#include <BaseClasses.h>

Definition at line 236 of file BaseClasses.h.
Public Member Functions | |
| MHGenericContentRef () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| void | PrintMe (FILE *fd, int nTabs) const |
| void | GetValue (MHContentRef &ref, MHEngine *engine) const |
Protected Attributes | |
| MHContentRef | m_Direct |
| MHGenericContentRef::MHGenericContentRef | ( | ) | [inline] |
Definition at line 239 of file BaseClasses.h.
| void MHGenericContentRef::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) |
Definition at line 394 of file BaseClasses.cpp.
Referenced by MHSetData::Initialise(), and MHParameter::Initialise().
| void MHGenericContentRef::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const |
Definition at line 408 of file BaseClasses.cpp.
Referenced by MHSetData::PrintArgs(), and MHParameter::PrintMe().
| void MHGenericContentRef::GetValue | ( | MHContentRef & | ref, | |
| MHEngine * | engine | |||
| ) | const |
Definition at line 415 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), and MHSetData::Perform().
MHContentRef MHGenericContentRef::m_Direct [protected] |
Definition at line 244 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().
1.5.5