ERepresentationClass holds conversion methods for the representation enumeration. More...
#include <EnumClasses.h>
Static Public Member Functions | |
static bool | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, ERepresentation *pValue) |
Converts a string to enum value. More... | |
static void | ToString (GENICAM_NAMESPACE::gcstring &ValueStr, ERepresentation *pValue) |
Converts a string to an int32_t property. More... | |
static GENICAM_NAMESPACE::gcstring | ToString (ERepresentation Value) |
Converts a string to an int32_t property. More... | |
ERepresentationClass holds conversion methods for the representation enumeration.
Definition at line 122 of file EnumClasses.h.
|
inlinestatic |
Converts a string to enum value.
Definition at line 126 of file EnumClasses.h.
|
inlinestatic |
Converts a string to an int32_t property.
Definition at line 148 of file EnumClasses.h.
|
inlinestatic |
Converts a string to an int32_t property.
Definition at line 170 of file EnumClasses.h.