#include <State.h>
Inherited by ManagedState, and RunnableState.
List of all members.
Detailed Description
Definition at line 9 of file State.h.
Constructor & Destructor Documentation
Member Function Documentation
| void State::FSMAddRef |
( |
const FSM * |
caller |
) |
[virtual] |
| unsigned State::FSMRefCount |
( |
void |
|
) |
const |
| void State::FSMRemoveRef |
( |
const FSM * |
caller |
) |
[virtual] |
| void State::OnEnter |
( |
const FSM * |
caller, |
|
|
bool |
loadResources | |
|
) |
| | [virtual] |
| void State::OnLeave |
( |
const FSM * |
caller, |
|
|
bool |
unloadResources | |
|
) |
| | [virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: