|
MythTV master
|
#include <libmythfreemheg/ParseNode.h>
Public Member Functions | |
| MHPInt (int v) | |
Public Member Functions inherited from MHParseNode | |
| 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 | |
| int | m_Value |
Public Attributes inherited from MHParseNode | |
| enum NodeType | m_nNodeType |
Additional Inherited Members | |
Public Types inherited from MHParseNode | |
| enum | NodeType : std::uint8_t { PNTagged , PNBool , PNInt , PNEnum , PNString , PNNull , PNSeq } |
Static Public Member Functions inherited from MHParseNode | |
| static void | Failure (const char *p) |
Protected Member Functions inherited from MHParseNode | |
| MHParseNode (enum NodeType nt) | |
Definition at line 96 of file ParseNode.h.
|
inlineexplicit |
Definition at line 99 of file ParseNode.h.
| int MHPInt::m_Value |
Definition at line 102 of file ParseNode.h.