MythTV
master
|
#include <libmythfreemheg/ParseNode.h>
Public Member Functions | |
MHPBool (bool v) | |
![]() | |
virtual | ~MHParseNode ()=default |
int | GetTagNo () |
int | GetArgCount () |
MHParseNode * | GetArgN (int n) |
MHParseNode * | GetNamedArg (int nTag) |
int | GetSeqCount () |
MHParseNode * | GetSeqN (int n) |
int | GetIntValue () |
int | GetEnumValue () |
bool | GetBoolValue () |
void | GetStringValue (MHOctetString &str) |
void | PrintMe (FILE *f) |
Public Attributes | |
bool | m_Value |
![]() | |
enum NodeType | m_nNodeType |
Additional Inherited Members | |
![]() | |
enum | NodeType : std::uint8_t { PNTagged, PNBool, PNInt, PNEnum, PNString, PNNull, PNSeq } |
![]() | |
static void | Failure (const char *p) |
![]() | |
MHParseNode (enum NodeType nt) | |
Definition at line 115 of file ParseNode.h.
|
inlineexplicit |
Definition at line 118 of file ParseNode.h.
bool MHPBool::m_Value |
Definition at line 121 of file ParseNode.h.