#include <statemap.h>
Definition at line 440 of file statemap.h.
virtual statemap::FSMContext::~FSMContext |
( |
| ) |
|
|
inlinevirtual |
statemap::FSMContext::FSMContext |
( |
const State & |
state | ) |
|
|
inlineprotected |
statemap::FSMContext::FSMContext |
( |
const FSMContext & |
| ) |
|
|
inlineprivate |
void statemap::FSMContext::clearState |
( |
| ) |
|
|
inline |
void statemap::FSMContext::emptyStateStack |
( |
| ) |
|
|
inline |
virtual void statemap::FSMContext::enterStartState |
( |
| ) |
|
|
pure virtual |
bool statemap::FSMContext::getDebugFlag |
( |
| ) |
|
|
inline |
State* statemap::FSMContext::getPreviousState |
( |
| ) |
|
|
inline |
int statemap::FSMContext::getStateStackDepth |
( |
| ) |
const |
|
inline |
char* statemap::FSMContext::getTransition |
( |
| ) |
|
|
inline |
bool statemap::FSMContext::isInTransition |
( |
| ) |
const |
|
inline |
bool statemap::FSMContext::isStateStackEmpty |
( |
| ) |
const |
|
inline |
void statemap::FSMContext::popState |
( |
| ) |
|
|
inline |
void statemap::FSMContext::pushState |
( |
const State & |
state | ) |
|
|
inline |
int statemap::FSMContext::same |
( |
const FSMContext & |
fsm | ) |
const |
|
inline |
void statemap::FSMContext::setDebugFlag |
( |
bool |
flag | ) |
|
|
inline |
void statemap::FSMContext::setState |
( |
const State & |
state | ) |
|
|
inline |
void statemap::FSMContext::setTransition |
( |
const char * |
transition | ) |
|
|
inline |
bool statemap::FSMContext::_debug_flag |
|
private |
State* statemap::FSMContext::_previous_state |
|
protected |
State* statemap::FSMContext::_state |
|
protected |
char* statemap::FSMContext::_transition |
|
protected |
The documentation for this class was generated from the following file: