Belle II Software  release-08-01-10

DB object which stores whole xml. More...

#include <XmlFile.h>

Inheritance diagram for XmlFile:
Collaboration diagram for XmlFile:

Public Member Functions

 XmlFile ()
 Constructor.
 
virtual ~XmlFile ()
 Destructor.
 
void readXml (std::string xmlFileName)
 Read content from xml file.
 
std::string getData ()
 Get content as string.
 
void fillPropertyTree (boost::property_tree::ptree &tree)
 Populate boost PropertyTree with stored data.
 

Private Attributes

std::string m_data {""}
 The xml data as string.
 

Detailed Description

DB object which stores whole xml.

Definition at line 21 of file XmlFile.h.


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