![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/enum_info.h>
Public Member Functions | |
| iterator (const iterator &it) | |
| iterator & | operator++ (void) |
| iterator & | operator++ (int) |
| bool | operator== (const iterator &it) const |
| bool | operator!= (const iterator &it) const |
| cstring | name (void) const |
| T | value (void) const |
References enum_info< T >::value_t::name, and enum_info< T >::values.
Referenced by Set::dump().
References enum_info< T >::iterator::operator==().
|
inline |
References enum_info< T >::value_t::name.
Referenced by enum_info< T >::iterator::operator!=().
References enum_info< T >::value_t::value, and enum_info< T >::values.