| 
    ML Reference
    
   | 
 
Defines the entry for one enum value. More...
#include <mlFields.h>
Public Member Functions | |
| EnumEntry () | |
| EnumEntry (const std::string &sv, int v) | |
Public Attributes | |
| std::string | stringValue | 
| The string value of the entry.   | |
| int | value | 
| The enum value of the entry.   | |
Defines the entry for one enum value.
Definition at line 233 of file mlFields.h.
      
  | 
  inline | 
Definition at line 234 of file mlFields.h.
      
  | 
  inline | 
Definition at line 235 of file mlFields.h.
| std::string ml::EnumField::EnumEntry::stringValue | 
The string value of the entry.
Definition at line 238 of file mlFields.h.
| int ml::EnumField::EnumEntry::value | 
The enum value of the entry.
Definition at line 240 of file mlFields.h.