MeVisLab Toolbox 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 255 of file mlFields.h.
|
inline |
Definition at line 256 of file mlFields.h.
Definition at line 257 of file mlFields.h.
std::string ml::EnumField::EnumEntry::stringValue |
The string value of the entry.
Definition at line 260 of file mlFields.h.
int ml::EnumField::EnumEntry::value |
The enum value of the entry.
Definition at line 262 of file mlFields.h.