BOSS 8.0.0
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 ()
 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 ()
 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 47 of file Calibration/xmlBase/include/xmlBase/Dom.h.

Constructor & Destructor Documentation

◆ NullNode() [1/3]

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

Definition at line 49 of file Calibration/xmlBase/include/xmlBase/Dom.h.

49 : DomException( extraInfo ) {
50 m_name = "NullNode";
51 }
DomException(const std::string &extraInfo="")

◆ ~NullNode() [1/3]

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

Definition at line 52 of file Calibration/xmlBase/include/xmlBase/Dom.h.

52{}

◆ NullNode() [2/3]

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

Definition at line 49 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/Dom.h.

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

◆ ~NullNode() [2/3]

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

◆ NullNode() [3/3]

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

Definition at line 49 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/Dom.h.

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

◆ ~NullNode() [3/3]

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

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