Holds conversion methods for the namespace enumeration. More...
#include <EnumClasses.h>
Static Public Member Functions | |
static bool | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, ENameSpace *pValue) |
Converts a string to enum value. | |
static void | ToString (GENICAM_NAMESPACE::gcstring &ValueStr, ENameSpace *pValue) |
Converts a string to an int32_t property. | |
static GENICAM_NAMESPACE::gcstring | ToString (ENameSpace Value) |
Converts a string to an int32_t property. |
Holds conversion methods for the namespace enumeration.
Definition at line 321 of file EnumClasses.h.
static bool GENAPI_NAMESPACE::ENameSpaceClass::FromString | ( | const GENICAM_NAMESPACE::gcstring & | ValueStr, |
ENameSpace * | pValue | ||
) | [inline, static] |
Converts a string to enum value.
Definition at line 325 of file EnumClasses.h.
static void GENAPI_NAMESPACE::ENameSpaceClass::ToString | ( | GENICAM_NAMESPACE::gcstring & | ValueStr, |
ENameSpace * | pValue | ||
) | [inline, static] |
Converts a string to an int32_t property.
Definition at line 337 of file EnumClasses.h.
static GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::ENameSpaceClass::ToString | ( | ENameSpace | Value | ) | [inline, static] |
Converts a string to an int32_t property.
Definition at line 348 of file EnumClasses.h.