Leosac
0.8.0
Open Source Access Control
|
#include <boost/property_tree/ptree_fwd.hpp>
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... | |