ECachingModeClass holds conversion methods for the caching mode enumeration. More...
#include <EnumClasses.h>
Static Public Member Functions | |
static bool | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, ECachingMode *pValue) |
Converts a string to enum value. | |
static void | ToString (GENICAM_NAMESPACE::gcstring &ValueStr, ECachingMode *pValue) |
static GENICAM_NAMESPACE::gcstring | ToString (ECachingMode Value) |
Converts a string to an int32_t property. |
ECachingModeClass holds conversion methods for the caching mode enumeration.
Definition at line 279 of file EnumClasses.h.
static bool GENAPI_NAMESPACE::ECachingModeClass::FromString | ( | const GENICAM_NAMESPACE::gcstring & | ValueStr, |
ECachingMode * | pValue | ||
) | [inline, static] |
Converts a string to enum value.
Definition at line 283 of file EnumClasses.h.
static void GENAPI_NAMESPACE::ECachingModeClass::ToString | ( | GENICAM_NAMESPACE::gcstring & | ValueStr, |
ECachingMode * | pValue | ||
) | [inline, static] |
Definition at line 296 of file EnumClasses.h.
static GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::ECachingModeClass::ToString | ( | ECachingMode | Value | ) | [inline, static] |
Converts a string to an int32_t property.
Definition at line 309 of file EnumClasses.h.