#include "common.hpp"#include <boost/property_tree/ptree.hpp>

Go to the source code of this file.
Classes | |
| class | nfd::ConfigFile |
| class | nfd::ConfigFile::Error |
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California. | |
Typedefs | |
| typedef function< void(const ConfigSection &, bool, const std::string &)> | nfd::ConfigSectionHandler |
| callback for config file sections More... | |
| typedef function< void(const std::string &, const std::string &, const ConfigSection &, bool)> | nfd::UnknownConfigSectionHandler |
| callback for config file sections without a subscribed handler More... | |