Holds conversion methods for the notation type of floats. More...
#include <EnumClasses.h>
Static Public Member Functions | |
static bool | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, EInputDirection *pValue) |
Converts a string to enum value. | |
static void | ToString (GENICAM_NAMESPACE::gcstring &ValueStr, EInputDirection *pValue) |
Converts a string to an int32_t property. | |
static GENICAM_NAMESPACE::gcstring | ToString (EInputDirection Value) |
Converts a string to an int32_t property. |
Holds conversion methods for the notation type of floats.
Definition at line 546 of file EnumClasses.h.
static bool GENAPI_NAMESPACE::EInputDirectionClass::FromString | ( | const GENICAM_NAMESPACE::gcstring & | ValueStr, |
EInputDirection * | pValue | ||
) | [inline, static] |
Converts a string to enum value.
Definition at line 550 of file EnumClasses.h.
static void GENAPI_NAMESPACE::EInputDirectionClass::ToString | ( | GENICAM_NAMESPACE::gcstring & | ValueStr, |
EInputDirection * | pValue | ||
) | [inline, static] |
Converts a string to an int32_t property.
Definition at line 567 of file EnumClasses.h.
static GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::EInputDirectionClass::ToString | ( | EInputDirection | Value | ) | [inline, static] |
Converts a string to an int32_t property.
Definition at line 582 of file EnumClasses.h.