MeVisLab Toolbox Reference
ml::EnumField::EnumEntry Struct 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.

Detailed Description

Defines the entry for one enum value.

Definition at line 233 of file mlFields.h.

Constructor & Destructor Documentation

◆ EnumEntry() [1/2]

ml::EnumField::EnumEntry::EnumEntry ( )
inline

Definition at line 234 of file mlFields.h.

References value.

◆ EnumEntry() [2/2]

ml::EnumField::EnumEntry::EnumEntry ( const std::string & sv,
int v )
inline

Definition at line 235 of file mlFields.h.

References stringValue, and value.

Member Data Documentation

◆ stringValue

std::string ml::EnumField::EnumEntry::stringValue

The string value of the entry.

Definition at line 238 of file mlFields.h.

Referenced by EnumEntry().

◆ value

int ml::EnumField::EnumEntry::value

The enum value of the entry.

Definition at line 240 of file mlFields.h.

Referenced by EnumEntry(), and EnumEntry().


The documentation for this struct was generated from the following file: