config-file.hpp File Reference
#include "common.hpp"
#include <boost/property_tree/ptree.hpp>
Include dependency graph for config-file.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::ConfigFile
 configuration file parsing utility More...
 
class  nfd::ConfigFile::Error
 

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 

Typedefs

typedef boost::property_tree::ptree nfd::ConfigSection
 
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...