NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
 
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...