#include <Programs.h>

Definition at line 53 of file Programs.h.
Public Member Functions | |
| MHResidentProgram () | |
| virtual const char * | ClassName () |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
| virtual void | CallProgram (bool fIsFork, const MHObjectRef &success, const MHSequence< MHParameter * > &args, MHEngine *engine) |
| MHResidentProgram::MHResidentProgram | ( | ) | [inline] |
Definition at line 56 of file Programs.h.
| virtual const char* MHResidentProgram::ClassName | ( | ) | [inline, virtual] |
| void MHResidentProgram::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [virtual] |
| void MHResidentProgram::CallProgram | ( | bool | fIsFork, | |
| const MHObjectRef & | success, | |||
| const MHSequence< MHParameter * > & | args, | |||
| MHEngine * | engine | |||
| ) | [virtual] |
1.5.5