#include <FState.h>
Inherits IState.
Public Member Functions | |
| FState (T &obj) | |
| T & | getObject () const |
| const StateID * | getStateID () const override |
| void | setStateID (const FStateID< T > *state_id) |
| void | initialize () |
| void | execute () override |
| void | finalize () |
| Public Member Functions inherited from IState | |
| IState () | |
| virtual | ~IState () |
Protected Attributes | |
| T & | mObject |
| const FStateID< T > * | mStateID |
|
inline |
Implements IState.
|
inline |
|
inline |
|
protected |