|
| Enum (int id, const std::string &label) |
|
Definition at line 19 of file Enum.h.
◆ ~Enum()
◆ Enum() [1/2]
Enum |
( |
int |
id, |
|
|
const std::string & |
label |
|
) |
| |
|
inlineprotected |
Definition at line 28 of file Enum.h.
29 : m_id(id), m_label(label) {}
◆ Enum() [2/2]
Definition at line 30 of file Enum.h.
30 : m_id(UNKNOWN.m_id),
31 m_label(UNKNOWN.m_label) {}
◆ getId()
◆ getLabel()
const char * getLabel |
( |
| ) |
const |
|
inline |
Definition at line 35 of file Enum.h.
35{ return m_label.c_str(); }
◆ getLabelString()
const std::string & getLabelString |
( |
| ) |
const |
|
inline |
◆ m_id
◆ m_label
◆ UNKNOWN
The documentation for this class was generated from the following files: