#include <Enumerations.h>
Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static Enum | deserialize (const char *) |
| static const char * | toString (Enum) |
Definition at line 125 of file Enumerations.h.
| enum Enum |
Market sub-type constants.
| Enumerator | ||
|---|---|---|
| NonImplied | 0 | The enhanced implication technology is disabled. |
| FullImplied | 1 | The enhanced implication technology is activated. |
Definition at line 128 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.