|
Leosac
0.7.0
OpenSourceAccessControl
|
#include <boost/property_tree/ptree_fwd.hpp>
Include dependency graph for XmlPropertyTree.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| Leosac | |
| This is the header file for a generated source file, GitSHA1.cpp. | |
| Leosac::Tools | |
Functions | |
| boost::property_tree::ptree | Leosac::Tools::propertyTreeFromXmlFile (const std::string &path) |
| Build a property tree from a xml file. More... | |
| void | Leosac::Tools::propertyTreeToXmlFile (const boost::property_tree::ptree &tree, const std::string &path) |
| Write a property tree to an xml file. More... | |
| std::string | Leosac::Tools::propertyTreeToXml (const boost::property_tree::ptree &tree) |
| Convert a property tree to an xml formatted string. More... | |
| bool | Leosac::Tools::boost_text_archive_to_ptree (const std::string &data, boost::property_tree::ptree &tree) noexcept |
| Convert a boost text archive, whose content is represented as a string (data) to a property tree. More... | |