|
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::GetValue | ( | MHOctetString & | str, |
| MHEngine * | engine | ||
| ) | const |
Definition at line 490 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), MHPersistent::Perform(), MHGetEngineSupport::Perform(), MHSetData::Perform(), MHSetFontAttributes::Perform(), MHAppend::Perform(), and MHSetColour::Perform().
| void MHGenericOctetString::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) |
Definition at line 461 of file BaseClasses.cpp.
Referenced by MHParameter::Initialise(), MHPersistent::Initialise(), MHGetEngineSupport::Initialise(), MHSetData::Initialise(), MHSetFontAttributes::Initialise(), MHAppend::Initialise(), and MHSetColour::Initialise().
| void MHGenericOctetString::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const |
Definition at line 476 of file BaseClasses.cpp.
Referenced by MHPersistent::PrintArgs(), MHSetData::PrintArgs(), MHSetColour::PrintArgs(), MHGetEngineSupport::PrintArgs(), MHSetFontAttributes::PrintArgs(), MHAppend::PrintArgs(), and MHParameter::PrintMe().
|
protected |
Definition at line 232 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().