Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

xmlBase::NullNode Class Reference

#include <Dom.h>

Inheritance diagram for xmlBase::NullNode:

xmlBase::DomException xmlBase::DomException List of all members.

Public Member Functions

virtual std::string getMsg ()
virtual std::string getMsg ()
 NullNode (const std::string &extraInfo="")
 NullNode (const std::string &extraInfo="")
virtual const char * what ()
virtual const char * what ()
virtual ~NullNode () throw ()
virtual ~NullNode () throw ()

Protected Attributes

std::string m_name

Constructor & Destructor Documentation

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

00048                                               : DomException(extraInfo) 
00049     {m_name = "NullNode";}

virtual xmlBase::NullNode::~NullNode  )  throw () [inline, virtual]
 

00050 {}

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

00048                                               : DomException(extraInfo) 
00049     {m_name = "NullNode";}

virtual xmlBase::NullNode::~NullNode  )  throw () [inline, virtual]
 

00050 {}


Member Function Documentation

virtual std::string xmlBase::DomException::getMsg  )  [inline, virtual, inherited]
 

00034                                {
00035       std::string msg = m_name + ": " + m_extra;
00036       return msg;}

virtual std::string xmlBase::DomException::getMsg  )  [inline, virtual, inherited]
 

00034                                {
00035       std::string msg = m_name + ": " + m_extra;
00036       return msg;}

virtual const char* xmlBase::DomException::what  )  [inline, virtual, inherited]
 

00037                                {
00038       return m_extra.c_str();
00039     }

virtual const char* xmlBase::DomException::what  )  [inline, virtual, inherited]
 

00037                                {
00038       return m_extra.c_str();
00039     }


Member Data Documentation

std::string xmlBase::DomException::m_name [protected, inherited]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 19:24:57 2011 for BOSS6.5.5 by  doxygen 1.3.9.1