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 |
a config file section More... | |
typedef function< void(const ConfigSection §ion, bool isDryRun, const std::string &filename)> | nfd::ConfigSectionHandler |
callback to process a config file section More... | |
typedef boost::optional< const ConfigSection & > | nfd::OptionalConfigSection |
an optional config file section More... | |
typedef function< void(const std::string &filename, const std::string §ionName, const ConfigSection §ion, bool isDryRun)> | nfd::UnknownConfigSectionHandler |
callback to process a config file section without a ConfigSectionHandler More... | |