#include <Enumerations.h>
Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static Enum | deserialize (const char *) |
| static const char * | toString (Enum) |
Definition at line 452 of file Enumerations.h.
| enum Enum |
Known message bundle markers.
| Enumerator | ||
|---|---|---|
| Undefined | ' ' | Undefined. |
| Start | 'S' | Start of a message bundle. |
| End | 'E' | End of a message bundle. |
Definition at line 455 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.