MythTV
master
|
#include <libmythfreemheg/BaseClasses.h>
Public Member Functions | |
MHGenericOctetString ()=default | |
void | Initialise (MHParseNode *p, MHEngine *engine) |
void | PrintMe (FILE *fd, int nTabs) const |
void | GetValue (MHOctetString &str, MHEngine *engine) const |
Public Member Functions inherited from MHGenericBase | |
MHObjectRef * | GetReference () |
Protected Attributes | |
MHOctetString | m_direct |
Protected Attributes inherited from MHGenericBase | |
MHObjectRef | m_indirect |
Additional Inherited Members | |
Public Attributes inherited from MHGenericBase | |
bool | m_fIsDirect {false} |
Definition at line 224 of file BaseClasses.h.
|
default |
void MHGenericOctetString::Initialise | ( | MHParseNode * | p, |
MHEngine * | engine | ||
) |
Definition at line 461 of file BaseClasses.cpp.
Referenced by MHSetData::Initialise(), MHSetFontAttributes::Initialise(), MHPersistent::Initialise(), MHAppend::Initialise(), MHParameter::Initialise(), MHGetEngineSupport::Initialise(), and MHSetColour::Initialise().
void MHGenericOctetString::PrintMe | ( | FILE * | fd, |
int | nTabs | ||
) | const |
Definition at line 476 of file BaseClasses.cpp.
Referenced by MHSetData::PrintArgs(), MHSetFontAttributes::PrintArgs(), MHPersistent::PrintArgs(), MHAppend::PrintArgs(), MHGetEngineSupport::PrintArgs(), MHSetColour::PrintArgs(), and MHParameter::PrintMe().
void MHGenericOctetString::GetValue | ( | MHOctetString & | str, |
MHEngine * | engine | ||
) | const |
Definition at line 490 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), MHSetData::Perform(), MHSetFontAttributes::Perform(), MHPersistent::Perform(), MHAppend::Perform(), MHGetEngineSupport::Perform(), and MHSetColour::Perform().
|
protected |
Definition at line 232 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().