NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
config-file.hpp File Reference
#include "core/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) 2011-2015 Regents of the University of California.
 

Typedefs

using nfd::OptionalConfigSection = boost::optional< const ConfigSection & >
 an optional config file section More...
 
using nfd::ConfigSectionHandler = std::function< void(const ConfigSection &section, bool isDryRun, const std::string &filename)>
 callback to process a config file section More...
 
using nfd::UnknownConfigSectionHandler = std::function< void(const std::string &filename, const std::string &sectionName, const ConfigSection &section, bool isDryRun)>
 callback to process a config file section without a ConfigSectionHandler More...