#include <Groups.h>
Public Member Functions | |
| MHGetEngineSupport () | |
| 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_Feature |
| MHObjectRef | m_Answer |
Definition at line 239 of file Groups.h.
| void MHGetEngineSupport::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 1063 of file Groups.cpp.
| void MHGetEngineSupport::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 1070 of file Groups.cpp.
| virtual void MHGetEngineSupport::PrintArgs | ( | FILE * | fd, | |
| int | ||||
| ) | const [inline, protected, virtual] |
Reimplemented from MHElemAction.
MHGenericOctetString MHGetEngineSupport::m_Feature [protected] |
Definition at line 247 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHObjectRef MHGetEngineSupport::m_Answer [protected] |
Definition at line 248 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3