MythTV
master
|
#include <ParseNode.h>
Public Member Functions | |
MHParseSequence () | |
void | PrintUnbracketed (int nTabs) |
![]() | |
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) |
![]() | |
~MHOwnPtrSequence () | |
![]() | |
MHSequence ()=default | |
~MHSequence () | |
int | Size () const |
MHParseNode * | GetAt (int i) const |
MHParseNode * | operator[] (int i) const |
void | InsertAt (MHParseNode * b, int n) |
void | Append (MHParseNode * b) |
void | RemoveAt (int i) |
Additional Inherited Members | |
![]() | |
enum | NodeType { PNTagged, PNBool, PNInt, PNEnum, PNString, PNNull, PNSeq } |
![]() | |
static void | Failure (const char *p) |
![]() | |
enum NodeType | m_nNodeType |
![]() | |
MHParseNode (enum NodeType nt) | |
![]() | |
int | m_vecSize |
MHParseNode * * | m_values |
Definition at line 75 of file ParseNode.h.
|
inline |
Definition at line 78 of file ParseNode.h.
void MHParseSequence::PrintUnbracketed | ( | int | nTabs | ) |