CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode Class Reference

Inheritance diagram for container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode:
Collaboration diagram for container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode:

List of all members.


Public Member Functions

 XMLConfigNode (const std::string &type, XMLConfigNode *parent)
 XMLConfigNode (const std::string &type, const std::string &name, XMLConfigNode *parent)
virtual ~XMLConfigNode ()
void addAttr (const std::string &name, const std::string &val)
void addNode (XMLConfigNode *node)
ConfigNode::childlist_tgetChildren ()

Detailed Description

Definition at line 39 of file xmlserverconfig.h.


Constructor & Destructor Documentation

container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode::XMLConfigNode ( const std::string &  type,
XMLConfigNode parent 
) [inline]

container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode::XMLConfigNode ( const std::string &  type,
const std::string &  name,
XMLConfigNode parent 
) [inline]

virtual container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode::~XMLConfigNode (  )  [inline, virtual]

Definition at line 54 of file xmlserverconfig.h.

References container::serverconfig::ConfigNode::m_children.


Member Function Documentation

void container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode::addAttr ( const std::string &  name,
const std::string &  val 
)

void container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode::addNode ( XMLConfigNode node  ) 

ConfigNode::childlist_t& container::serverconfig::XMLServerConfig::XMLServerConfig::XMLConfigNode::getChildren (  )  [inline]


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

SourceForge.net Logo