Skip to content

GenApi::ENameSpaceClass#

Holds conversion methods for the namespace enumeration.

#include <GenApi/EnumClasses.h>

Public Functions#

Name
bool FromString(const GenICam::gcstring & ValueStr, ENameSpace * pValue)
Converts a string to enum value.
void ToString(GenICam::gcstring & ValueStr, ENameSpace * pValue)
Converts a string to an int32_t property.
GenICam::gcstring ToString(ENameSpace Value)
Converts a string to an int32_t property.

Public Functions Documentation#

function FromString#

static inline bool FromString(
    const GenICam::gcstring & ValueStr,
    ENameSpace * pValue
)

Converts a string to enum value.

function ToString#

static inline void ToString(
    GenICam::gcstring & ValueStr,
    ENameSpace * pValue
)

Converts a string to an int32_t property.

function ToString#

static inline GenICam::gcstring ToString(
    ENameSpace Value
)

Converts a string to an int32_t property.