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