#include <statemap.h>
Public Member Functions | |
int | getId () const |
const char * | getName () const |
Protected Member Functions | |
State (const char *name, int stateId) | |
virtual | ~State () |
Protected Attributes | |
char * | _name |
int | _stateId |
Private Member Functions | |
State () | |
State (const State &) |
Definition at line 392 of file statemap.h.
statemap::State::State | ( | const char * | name, |
int | stateId | ||
) | [inline, protected] |
Definition at line 411 of file statemap.h.
virtual statemap::State::~State | ( | ) | [inline, protected, virtual] |
Definition at line 425 of file statemap.h.
statemap::State::State | ( | ) | [inline, private] |
Definition at line 438 of file statemap.h.
statemap::State::State | ( | const State & | ) | [inline, private] |
Definition at line 439 of file statemap.h.
int statemap::State::getId | ( | ) | const [inline] |
Definition at line 404 of file statemap.h.
const char* statemap::State::getName | ( | ) | const [inline] |
Definition at line 399 of file statemap.h.
char* statemap::State::_name [protected] |
Definition at line 439 of file statemap.h.
int statemap::State::_stateId [protected] |
Definition at line 451 of file statemap.h.