BOSS 7.0.2
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 ()
 
 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 ()
 
 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

Constructor & Destructor Documentation

◆ NullNode() [1/2]

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

◆ ~NullNode() [1/2]

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

Definition at line 50 of file Calibration/xmlBase/xmlBase-00-00-03/xmlBase/Dom.h.

50{}

◆ NullNode() [2/2]

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

Definition at line 48 of file InstallArea/include/xmlBase/xmlBase/Dom.h.

48 : DomException(extraInfo)
49 {m_name = "NullNode";}

◆ ~NullNode() [2/2]

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

Definition at line 50 of file InstallArea/include/xmlBase/xmlBase/Dom.h.

50{}

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