Go to the source code of this file.
Defines | |
#define | MACHINECLASS_ENUMERATION |
#define | ENUM(value, strValue) case value: return strValue; |
#define | ENUM(value, strValue) if (s ==strValue ) return value; |
#define | ENUM(value, strValue) if (keyword ==value ) return value; |
Functions | |
const char * | toString (ippMachineClassType machineClass) |
ippMachineClassType | fromString (const std::string &s) |
ippMachineClassType | MachineClassTypeFromKeyWord (ippOtherKeyType keyword) |
|
|
|
|
|
|
|
Value: Definition at line 44 of file ippGetMachineClassResponse.cpp. Referenced by fromString(), MachineClassTypeFromKeyWord(), and toString(). |
|
Definition at line 57 of file ippGetMachineClassResponse.cpp. References ippMachineClassType_INVALID, and MACHINECLASS_ENUMERATION. |
|
Definition at line 65 of file ippGetMachineClassResponse.cpp. References ippMachineClassType_INVALID, and MACHINECLASS_ENUMERATION. |
|
Definition at line 48 of file ippGetMachineClassResponse.cpp. |