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. More...
 
int value
 The enum value of the entry. More...
 

Detailed Description

Defines the entry for one enum value.

Definition at line 423 of file mlFields.h.

Constructor & Destructor Documentation

◆ EnumEntry() [1/2]

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

Definition at line 424 of file mlFields.h.

◆ EnumEntry() [2/2]

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

Definition at line 425 of file mlFields.h.

Member Data Documentation

◆ stringValue

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

The string value of the entry.

Definition at line 428 of file mlFields.h.

◆ value

int ml::EnumField::EnumEntry::value

The enum value of the entry.

Definition at line 430 of file mlFields.h.


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