ML Reference
|
Defines the entry for one enum value. More...
#include <mlFields.h>
Public Member Functions | |
Entry () | |
Entry (const char *sv, EnumType v) | |
Public Attributes | |
const char * | stringValue |
The string value of the entry. More... | |
EnumType | value |
The enum value of the entry. More... | |
Defines the entry for one enum value.
Definition at line 296 of file mlFields.h.
|
inline |
Definition at line 297 of file mlFields.h.
|
inline |
Definition at line 298 of file mlFields.h.
const char* ml::EnumValues< EnumType >::Entry::stringValue |
The string value of the entry.
Definition at line 301 of file mlFields.h.
Referenced by ml::EnumValues< EnumType >::add().
EnumType ml::EnumValues< EnumType >::Entry::value |
The enum value of the entry.
Definition at line 303 of file mlFields.h.
Referenced by ml::EnumValues< EnumType >::add().