#include <Enumerations.h>
Public Types | |
enum | Enum { Undefined = ' ', Start = 'S', End = 'E' } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 970 of file Enumerations.h.
enum Enum |
IPL Hold Type.
Enumerator | |
---|---|
Undefined |
Undefined. |
Start |
IPL/TPL Hold Start. |
End |
IPL/TPL Hold End. |
Definition at line 973 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.