#include "boost-info-editor.hpp"#include "logger.hpp"#include <boost/property_tree/info_parser.hpp>
Include dependency graph for boost-info-editor.cpp:Go to the source code of this file.
Namespaces | |
| namespace | nlsr |
| Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California. | |
| namespace | nlsr::util |
| namespace | nlsr::util::boost_info_editor |
Functions | |
| boost::property_tree::ptree | nlsr::util::boost_info_editor::load (const std::string &fileName) |
| bool | nlsr::util::boost_info_editor::put (const std::string &fileName, const std::string §ion, const std::string &value) |
| bool | nlsr::util::boost_info_editor::remove (const std::string &fileName, const std::string §ion) |
| bool | nlsr::util::boost_info_editor::save (const std::string &fileName, boost::property_tree::ptree &info) |