#include <BaseClasses.h>

Definition at line 214 of file BaseClasses.h.
Public Member Functions | |
| MHGenericOctetString () | |
| void | Initialise (MHParseNode *p, MHEngine *engine) |
| void | PrintMe (FILE *fd, int nTabs) const |
| void | GetValue (MHOctetString &str, MHEngine *engine) const |
Protected Attributes | |
| MHOctetString | m_Direct |
| MHGenericOctetString::MHGenericOctetString | ( | ) | [inline] |
Definition at line 217 of file BaseClasses.h.
| void MHGenericOctetString::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) |
Definition at line 315 of file BaseClasses.cpp.
Referenced by MHSetColour::Initialise(), MHAppend::Initialise(), MHSetFontAttributes::Initialise(), MHSetData::Initialise(), MHGetEngineSupport::Initialise(), MHPersistent::Initialise(), and MHParameter::Initialise().
| void MHGenericOctetString::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const |
Definition at line 328 of file BaseClasses.cpp.
Referenced by MHSetColour::PrintArgs(), MHAppend::PrintArgs(), MHSetFontAttributes::PrintArgs(), MHSetData::PrintArgs(), MHGetEngineSupport::PrintArgs(), MHPersistent::PrintArgs(), and MHParameter::PrintMe().
| void MHGenericOctetString::GetValue | ( | MHOctetString & | str, | |
| MHEngine * | engine | |||
| ) | const |
Definition at line 335 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), MHSetColour::Perform(), MHAppend::Perform(), MHSetFontAttributes::Perform(), MHSetData::Perform(), MHGetEngineSupport::Perform(), and MHPersistent::Perform().
MHOctetString MHGenericOctetString::m_Direct [protected] |
Definition at line 222 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().
1.5.5