#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 452 of file Enumerations.h.
enum Enum |
Known message bundle markers.
Enumerator | |
---|---|
Undefined |
Undefined. |
Start |
Start of a message bundle. |
End |
End of a message bundle. |
Definition at line 455 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.