|
int | getId () const |
|
const char * | getLabel () const |
|
const std::string & | getLabelString () const |
|
bool | operator== (const Enum &e) const |
|
bool | operator!= (const Enum &e) const |
|
const Enum & | operator= (const Enum &e) |
|
bool | operator== (const std::string &label) const |
|
bool | operator!= (const std::string &label) const |
|
|
static const Enum | UNKNOWN |
|
|
| Enum (int id, const std::string &label) |
|
| Enum (const Enum &e) |
|
|
int | m_id |
|
std::string | m_label |
|
Definition at line 19 of file Enum.h.
The documentation for this class was generated from the following files: