#include <TokenGroup.h>
Public Member Functions | |
| MHAddItem () | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintArgs (FILE *fd, int) const |
| virtual void | Perform (MHEngine *engine) |
Protected Attributes | |
| MHGenericInteger | m_Index |
| MHGenericObjectRef | m_Item |
Definition at line 172 of file TokenGroup.h.
| MHAddItem::MHAddItem | ( | ) | [inline] |
Definition at line 174 of file TokenGroup.h.
| void MHAddItem::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 818 of file TokenGroup.cpp.
| void MHAddItem::PrintArgs | ( | FILE * | fd, | |
| int | ||||
| ) | const [virtual] |
Reimplemented from MHElemAction.
Definition at line 825 of file TokenGroup.cpp.
| void MHAddItem::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 831 of file TokenGroup.cpp.
MHGenericInteger MHAddItem::m_Index [protected] |
Definition at line 179 of file TokenGroup.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericObjectRef MHAddItem::m_Item [protected] |
Definition at line 180 of file TokenGroup.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3