2#include <game/sLib/s_StateMethodUsr_FI.hpp>
The interface for state factories.
The interface for state ID checkers.
The interface for state IDs.
virtual void finalizeStateLocalMethod()
Performs the actual state termination.
virtual int initializeStateLocalMethod()
Performs the actual state initialization.
virtual void executeStateLocalMethod()
Performs the actual state execution.
virtual void changeStateLocalMethod(const sStateIDIf_c &newStateID)
Performs the actual state transition.
A class that handles state execution and transition.
virtual void initializeStateMethod()
Initializes the current state.
virtual const sStateIDIf_c * getNewStateID() const
Gets the next state ID.
virtual void finalizeStateMethod()
Prepares the current state for termination.
sStateFctIf_c & mpStateFct
The state factory which produces the state holder.
sStateIf_c * mpState
The current state holder.