#include <FSM.h>
Public Member Functions | |
| FSM () | |
| ~FSM () | |
| void | Clear (void) |
| State * | CurrentState (void) const |
| State * | GetState (const int index) const |
| int | GetStateIndex (State *state) const |
| int | GetStateHistorySize (void) const |
| void | RemoveState (const int index) |
| void | AddState (State *state) |
| void | ReplaceState (const int index, State *state) |
| void | SetPriorState (const int index) |
Protected Attributes | |
| DataStructures::List< State * > | stateHistory |
Definition at line 12 of file FSM.h.
DataStructures::List<State*> FSM::stateHistory [protected] |
1.7.1