|
| RCState (const Enum &e) |
|
| RCState (const NSMState &num) |
|
| RCState (const RCState &st) |
|
| RCState (const char *st) |
|
| RCState (const std::string &st) |
|
| RCState (int id) |
|
bool | isStable () const |
|
bool | isTransition () const |
|
bool | isError () const |
|
bool | isRecovering () const |
|
RCState | next () const |
|
const RCState & | operator= (const RCState &state) |
| Operator =.
|
|
const RCState & | operator= (const std::string &msg) |
|
const RCState & | operator= (const char *msg) |
|
const RCState & | 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 |
|
|
| RCState (int id, const char *label) |
|
|
int | m_id |
|
std::string | m_label |
|
Definition at line 19 of file RCState.h.
The documentation for this class was generated from the following files: