Allows action function names to be put in a file and resolved at runtime. More...
#include <StateMachine.h>
Public Member Functions | |
TransitionActionResolver (const TransitionActionResolver &resolver) | |
void | Add (String &name, IStateEventListener *handler) |
IStateEventListener * | Get (String &name) |
bool | Has (String &name) |
void | Add (const char *name, IStateEventListener *handler) |
IStateEventListener * | Get (const char *name) |
bool | Has (const char *name) |
virtual void | ValidateMem () const |
virtual void | CheckMem () const |
Protected Attributes | |
Hashtable< String, IStateEventListener * > | m_map |
Allows action function names to be put in a file and resolved at runtime.
Definition at line 55 of file StateMachine.h.