ML 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 255 of file mlFields.h.

Constructor & Destructor Documentation

◆ EnumEntry() [1/2]

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

Definition at line 256 of file mlFields.h.

◆ EnumEntry() [2/2]

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

Definition at line 257 of file mlFields.h.

Member Data Documentation

◆ stringValue

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

The string value of the entry.

Definition at line 260 of file mlFields.h.

◆ value

int ml::EnumField::EnumEntry::value

The enum value of the entry.

Definition at line 262 of file mlFields.h.


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