Definition at line 19 of file NSMState.h.
◆ NSMState() [1/4]
Definition at line 25 of file NSMState.h.
25: Enum(Enum::UNKNOWN) {}
◆ NSMState() [2/4]
◆ NSMState() [3/4]
◆ ~NSMState()
◆ NSMState() [4/4]
◆ getId()
◆ getLabel()
const char * getLabel |
( |
| ) |
const |
|
inlineinherited |
Definition at line 35 of file Enum.h.
35{ return m_label.c_str(); }
◆ getLabelString()
const std::string & getLabelString |
( |
| ) |
const |
|
inlineinherited |
◆ operator=()
Operator =.
Definition at line 14 of file NSMState.cc.
15{
16 Enum::operator=(state);
17 return *this;
18}
◆ m_id
◆ m_label
◆ ONLINE_S
◆ UNKNOWN
The documentation for this class was generated from the following files: