#include <Variables.h>
Public Member Functions | |
| MHSetVariable () | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
Protected Member Functions | |
| virtual void | PrintArgs (FILE *fd, int) const |
Protected Attributes | |
| MHParameter | m_NewValue |
Definition at line 144 of file Variables.h.
| MHSetVariable::MHSetVariable | ( | ) | [inline] |
Definition at line 147 of file Variables.h.
| void MHSetVariable::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 519 of file Variables.cpp.
| void MHSetVariable::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 525 of file Variables.cpp.
| virtual void MHSetVariable::PrintArgs | ( | FILE * | fd, | |
| int | ||||
| ) | const [inline, protected, virtual] |
Reimplemented from MHElemAction.
Definition at line 151 of file Variables.h.
MHParameter MHSetVariable::m_NewValue [protected] |
Definition at line 152 of file Variables.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3