BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
xmlBase::NullNode Class Reference

#include <Dom.h>

+ Inheritance diagram for xmlBase::NullNode:

Public Member Functions

 NullNode (const std::string &extraInfo="")
 
virtual ~NullNode () throw ()
 
- Public Member Functions inherited from xmlBase::DomException
 DomException (const std::string &extraInfo="")
 
virtual ~DomException () throw ()
 
virtual std::string getMsg ()
 
virtual const char * what ()
 

Additional Inherited Members

- Protected Attributes inherited from xmlBase::DomException
std::string m_name
 

Detailed Description

Definition at line 46 of file Dom.h.

Constructor & Destructor Documentation

◆ NullNode()

xmlBase::NullNode::NullNode ( const std::string &  extraInfo = "")
inline

Definition at line 48 of file Dom.h.

48 : DomException(extraInfo)
49 {m_name = "NullNode";}
DomException(const std::string &extraInfo="")
Definition: Dom.h:31
std::string m_name
Definition: Dom.h:41

◆ ~NullNode()

virtual xmlBase::NullNode::~NullNode ( )
throw (
)
inlinevirtual

Definition at line 50 of file Dom.h.

50{}

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