MythTV  master
Public Member Functions | Public Attributes | List of all members
MHPString Class Reference

#include <ParseNode.h>

Inheritance diagram for MHPString:
Inheritance graph
[legend]
Collaboration diagram for MHPString:
Collaboration graph
[legend]

Public Member Functions

 MHPString (const MHOctetString &pSrc)
 
- Public Member Functions inherited from MHParseNode
virtual ~MHParseNode ()=default
 
int GetTagNo ()
 
int GetArgCount ()
 
MHParseNodeGetArgN (int n)
 
MHParseNodeGetNamedArg (int nTag)
 
int GetSeqCount ()
 
MHParseNodeGetSeqN (int n)
 
int GetIntValue ()
 
int GetEnumValue ()
 
bool GetBoolValue ()
 
void GetStringValue (MHOctetString &str)
 
void PrintMe (FILE *f)
 

Public Attributes

MHOctetString m_Value
 
- Public Attributes inherited from MHParseNode
enum NodeType m_nNodeType
 

Additional Inherited Members

- Public Types inherited from MHParseNode
enum  NodeType {
  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)
 

Detailed Description

Definition at line 125 of file ParseNode.h.

Constructor & Destructor Documentation

◆ MHPString()

MHPString::MHPString ( const MHOctetString pSrc)
inlineexplicit

Definition at line 128 of file ParseNode.h.

Member Data Documentation

◆ m_Value

MHOctetString MHPString::m_Value

Definition at line 131 of file ParseNode.h.

Referenced by MHPString().


The documentation for this class was generated from the following file: