EEndianessClass holds conversion methods for the endianess enumeration. More...
#include <EnumClasses.h>
Static Public Member Functions | |
static bool | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, EEndianess *pValue) |
Converts a string to enum value. More... | |
static void | ToString (GENICAM_NAMESPACE::gcstring &ValueStr, EEndianess *pValue) |
Converts a string to an int32_t property. More... | |
static GENICAM_NAMESPACE::gcstring | ToString (EEndianess Value) |
Converts a string to an int32_t property. More... | |
EEndianessClass holds conversion methods for the endianess enumeration.
Definition at line 82 of file EnumClasses.h.
|
inlinestatic |
Converts a string to enum value.
Definition at line 86 of file EnumClasses.h.
|
inlinestatic |
Converts a string to an int32_t property.
Definition at line 98 of file EnumClasses.h.
|
inlinestatic |
Converts a string to an int32_t property.
Definition at line 111 of file EnumClasses.h.