13#include <boost/property_tree/xml_parser.hpp>
35 std::ifstream t(xmlFileName);
36 std::stringstream buffer;
50 std::stringstream ss; ss <<
m_data;
51 using boost::property_tree::ptree;
DB object which stores whole xml.
std::string getData()
Get content as string.
void readXml(std::string xmlFileName)
Read content from xml file.
void fillPropertyTree(boost::property_tree::ptree &tree)
Populate boost PropertyTree with stored data.
std::string m_data
The xml data as string.
virtual ~XmlFile()
Destructor.
Abstract base class for different kinds of events.