MeVisLab Toolbox 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. | |
EnumType | value |
The enum value of the entry. | |
Defines the entry for one enum value.
Definition at line 322 of file mlFields.h.
|
inline |
Definition at line 323 of file mlFields.h.
|
inline |
Definition at line 324 of file mlFields.h.
The string value of the entry.
Definition at line 327 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 329 of file mlFields.h.
Referenced by ml::EnumValues< EnumType >::add().