#include <Programs.h>

Definition at line 86 of file Programs.h.
Public Member Functions | |
| MHCall (const char *name, bool fIsFork) | |
| 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_fIsFork |
| MHObjectRef | m_Succeeded |
| MHOwnPtrSequence< MHParameter > | m_Parameters |
| MHCall::MHCall | ( | const char * | name, | |
| bool | fIsFork | |||
| ) | [inline] |
Definition at line 89 of file Programs.h.
| void MHCall::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
| void MHCall::Perform | ( | MHEngine * | engine | ) | [virtual] |
| void MHCall::PrintArgs | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [protected, virtual] |
bool MHCall::m_fIsFork [protected] |
MHObjectRef MHCall::m_Succeeded [protected] |
MHOwnPtrSequence<MHParameter> MHCall::m_Parameters [protected] |
1.5.5