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