#include <Groups.h>
Public Member Functions | |
| MHPersistent (const char *name, bool fIsLoad) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
Protected Member Functions | |
| virtual void | PrintArgs (FILE *fd, int nTabs) const |
Protected Attributes | |
| bool | m_fIsLoad |
| MHObjectRef | m_Succeeded |
| MHOwnPtrSequence< MHObjectRef > | m_Variables |
| MHGenericOctetString | m_FileName |
Definition at line 195 of file Groups.h.
| MHPersistent::MHPersistent | ( | const char * | name, | |
| bool | fIsLoad | |||
| ) | [inline] |
| void MHPersistent::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 944 of file Groups.cpp.
| void MHPersistent::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 974 of file Groups.cpp.
| void MHPersistent::PrintArgs | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [protected, virtual] |
Reimplemented from MHElemAction.
Definition at line 960 of file Groups.cpp.
bool MHPersistent::m_fIsLoad [protected] |
MHObjectRef MHPersistent::m_Succeeded [protected] |
Definition at line 204 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHOwnPtrSequence<MHObjectRef> MHPersistent::m_Variables [protected] |
Definition at line 205 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericOctetString MHPersistent::m_FileName [protected] |
Definition at line 206 of file Groups.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3