
Definition at line 44 of file Actions.cpp.
Public Member Functions | |
| MHUnimplementedAction (int nTag) | |
| virtual void | Initialise (MHParseNode *, MHEngine *) |
| virtual void | PrintMe (FILE *fd, int) const |
| virtual void | Perform (MHEngine *) |
Protected Attributes | |
| int | m_nTag |
| MHUnimplementedAction::MHUnimplementedAction | ( | int | nTag | ) | [inline] |
Definition at line 47 of file Actions.cpp.
| virtual void MHUnimplementedAction::Initialise | ( | MHParseNode * | , | |
| MHEngine * | ||||
| ) | [inline, virtual] |
| virtual void MHUnimplementedAction::PrintMe | ( | FILE * | fd, | |
| int | ||||
| ) | const [inline, virtual] |
| virtual void MHUnimplementedAction::Perform | ( | MHEngine * | ) | [inline, virtual] |
int MHUnimplementedAction::m_nTag [protected] |
Definition at line 52 of file Actions.cpp.
Referenced by MHUnimplementedAction(), Perform(), and PrintMe().
1.5.5