Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Enum::Value Class Reference

#include <elm/rtti/Enum.h>

Public Member Functions

 Value (void)
 
 Value (cstring name, int value)
 
cstring name (void) const
 
int value (void) const
 

Static Public Member Functions

static Value end (void)
 

Constructor & Destructor Documentation

◆ Value() [1/2]

Value ( void  )
inline

Referenced by Enum::Value::end().

◆ Value() [2/2]

Value ( cstring  name,
int  value 
)
inline

Member Function Documentation

◆ end()

static Value end ( void  )
inlinestatic

References Enum::Value::Value().

◆ name()

cstring name ( void  ) const
inline

◆ value()

int value ( void  ) const
inline

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