Holds conversion methods for the standard namespace enumeration. More...
#include <EnumClasses.h>
Static Public Member Functions | |
| static bool | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, EYesNo *pValue) |
| Converts a string to enum value. More... | |
| static void | ToString (GENICAM_NAMESPACE::gcstring &ValueStr, EYesNo *pValue) |
| Converts a string to an int32_t property. More... | |
| static GENICAM_NAMESPACE::gcstring | ToString (EYesNo Value) |
| Converts a string to an int32_t property. More... | |
Holds conversion methods for the standard namespace enumeration.
Definition at line 359 of file EnumClasses.h.
|
inlinestatic |
Converts a string to enum value.
Definition at line 363 of file EnumClasses.h.
|
inlinestatic |
Converts a string to an int32_t property.
Definition at line 375 of file EnumClasses.h.
|
inlinestatic |
Converts a string to an int32_t property.
Definition at line 387 of file EnumClasses.h.