![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for CFsm< Context >, including all inherited members.
| Action typedef | CFsm< Context > | private |
| AddTransition(unsigned int state, unsigned int eventType, unsigned int nextState, Action *pAction=nullptr, Context *pContext=nullptr) | CFsm< Context > | inline |
| GetCurrState() const | CFsm< Context > | inline |
| GetNextState() const | CFsm< Context > | inline |
| IsDone() const | CFsm< Context > | inline |
| IsFirstTime() const | CFsm< Context > | inlineprivate |
| m_CurrState | CFsm< Context > | private |
| m_Done | CFsm< Context > | private |
| m_FirstState | CFsm< Context > | private |
| m_NextState | CFsm< Context > | private |
| m_Transitions | CFsm< Context > | private |
| SetCurrState(unsigned int state) | CFsm< Context > | inline |
| SetFirstState(unsigned int firstState) | CFsm< Context > | inline |
| SetNextState(unsigned int nextState) | CFsm< Context > | inline |
| TransitionMap typedef | CFsm< Context > | private |
| Update(unsigned int eventType, void *pEventData) | CFsm< Context > | inline |