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. | |
static void | ToString (GENICAM_NAMESPACE::gcstring &ValueStr, ERepresentation *pValue) |
Converts a string to an int32_t property. | |
static GENICAM_NAMESPACE::gcstring | ToString (ERepresentation Value) |
Converts a string to an int32_t property. |
ERepresentationClass holds conversion methods for the representation enumeration.
Definition at line 122 of file EnumClasses.h.
static bool GENAPI_NAMESPACE::ERepresentationClass::FromString | ( | const GENICAM_NAMESPACE::gcstring & | ValueStr, |
ERepresentation * | pValue | ||
) | [inline, static] |
Converts a string to enum value.
Definition at line 126 of file EnumClasses.h.
static void GENAPI_NAMESPACE::ERepresentationClass::ToString | ( | GENICAM_NAMESPACE::gcstring & | ValueStr, |
ERepresentation * | pValue | ||
) | [inline, static] |
Converts a string to an int32_t property.
Definition at line 148 of file EnumClasses.h.
static GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::ERepresentationClass::ToString | ( | ERepresentation | Value | ) | [inline, static] |
Converts a string to an int32_t property.
Definition at line 170 of file EnumClasses.h.