#include <Enumerations.h>
Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static Enum | deserialize (const char *) |
| static const char * | toString (Enum) |
Definition at line 165 of file Enumerations.h.
| enum Enum |
Option type constants.
| Enumerator | ||
|---|---|---|
| Undefined | ' ' | Undefined. |
| Call | 'C' | Call. |
| Put | 'P' | Put. |
Definition at line 168 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.