#include <statemap.h>
|
| State (const char *name, int stateId) |
|
virtual | ~State () |
|
Definition at line 380 of file statemap.h.
◆ State() [1/3]
statemap::State::State |
( |
const char * |
name, |
|
|
int |
stateId |
|
) |
| |
|
inlineprotected |
◆ ~State()
virtual statemap::State::~State |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ State() [2/3]
statemap::State::State |
( |
| ) |
|
|
inlineprivate |
◆ State() [3/3]
statemap::State::State |
( |
const State & |
| ) |
|
|
inlineprivate |
◆ getId()
int statemap::State::getId |
( |
| ) |
const |
|
inline |
◆ getName()
const char* statemap::State::getName |
( |
| ) |
const |
|
inline |
◆ _name
char* statemap::State::_name |
|
protected |
◆ _stateId
int statemap::State::_stateId |
|
protected |
The documentation for this class was generated from the following file: