NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
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) 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...