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

#include <libmythfreemheg/ParseNode.h>

Inheritance diagram for MHPBool:
[legend]
Collaboration diagram for MHPBool:
[legend]

Public Member Functions

 MHPBool (bool v)
 
- 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

bool 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)
 

Detailed Description

Definition at line 115 of file ParseNode.h.

Constructor & Destructor Documentation

◆ MHPBool()

MHPBool::MHPBool ( bool  v)
inlineexplicit

Definition at line 118 of file ParseNode.h.

Member Data Documentation

◆ m_Value

bool MHPBool::m_Value

Definition at line 121 of file ParseNode.h.


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