helper class converting EGenApiSchemaVersion from and to string More...
#include <EnumClasses.h>
Static Public Member Functions | |
| static bool | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, EGenApiSchemaVersion *pValue) |
| Converts a string to enum value. More... | |
| static void | ToString (GENICAM_NAMESPACE::gcstring &ValueStr, EGenApiSchemaVersion *pValue) |
| Converts a string to an int32_t property. More... | |
| static GENICAM_NAMESPACE::gcstring | ToString (EGenApiSchemaVersion Value) |
| Converts a string to an int32_t property. More... | |
helper class converting EGenApiSchemaVersion from and to string
Definition at line 591 of file EnumClasses.h.
|
inlinestatic |
Converts a string to enum value.
Definition at line 595 of file EnumClasses.h.
|
inlinestatic |
Converts a string to an int32_t property.
Definition at line 607 of file EnumClasses.h.
|
inlinestatic |
Converts a string to an int32_t property.
Definition at line 620 of file EnumClasses.h.