TransitionActionResolver Class Reference
[Math]

Allows action function names to be put in a file and resolved at runtime. More...

#include <StateMachine.h>

Inheritance diagram for TransitionActionResolver:
IMemoryValidate

List of all members.

Public Member Functions

 TransitionActionResolver (const TransitionActionResolver &resolver)
void Add (String &name, IStateEventListener *handler)
IStateEventListenerGet (String &name)
bool Has (String &name)
void Add (const char *name, IStateEventListener *handler)
IStateEventListenerGet (const char *name)
bool Has (const char *name)
virtual void ValidateMem () const
virtual void CheckMem () const

Protected Attributes

Hashtable< String,
IStateEventListener * > 
m_map

Detailed Description

Allows action function names to be put in a file and resolved at runtime.

Definition at line 55 of file StateMachine.h.


The documentation for this class was generated from the following files: