#include <Variables.h>
Public Member Functions | |
| MHAppend () | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
Protected Member Functions | |
| virtual void | PrintArgs (FILE *fd, int) const |
Protected Attributes | |
| MHGenericOctetString | m_Operand |
Definition at line 219 of file Variables.h.
| MHAppend::MHAppend | ( | ) | [inline] |
Definition at line 222 of file Variables.h.
| void MHAppend::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 580 of file Variables.cpp.
| void MHAppend::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 586 of file Variables.cpp.
| virtual void MHAppend::PrintArgs | ( | FILE * | fd, | |
| int | ||||
| ) | const [inline, protected, virtual] |
Reimplemented from MHElemAction.
Definition at line 226 of file Variables.h.
MHGenericOctetString MHAppend::m_Operand [protected] |
Definition at line 227 of file Variables.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3