MythTV
master
|
#include <libmythfreemheg/BaseClasses.h>
Public Member Functions | |
MHGenericContentRef ()=default | |
void | Initialise (MHParseNode *p, MHEngine *engine) |
void | PrintMe (FILE *fd, int nTabs) const |
void | GetValue (MHContentRef &ref, MHEngine *engine) const |
Public Member Functions inherited from MHGenericBase | |
MHObjectRef * | GetReference () |
Protected Attributes | |
MHContentRef | 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 246 of file BaseClasses.h.
|
default |
void MHGenericContentRef::Initialise | ( | MHParseNode * | p, |
MHEngine * | engine | ||
) |
Definition at line 565 of file BaseClasses.cpp.
Referenced by MHSetData::Initialise(), and MHParameter::Initialise().
void MHGenericContentRef::PrintMe | ( | FILE * | fd, |
int | nTabs | ||
) | const |
Definition at line 584 of file BaseClasses.cpp.
Referenced by MHSetData::PrintArgs(), and MHParameter::PrintMe().
void MHGenericContentRef::GetValue | ( | MHContentRef & | ref, |
MHEngine * | engine | ||
) | const |
Definition at line 598 of file BaseClasses.cpp.
Referenced by MHUnion::GetValueFrom(), and MHSetData::Perform().
|
protected |
Definition at line 254 of file BaseClasses.h.
Referenced by GetValue(), Initialise(), and PrintMe().