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
general-config-section.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
25 #ifndef NFD_MGMT_GENERAL_CONFIG_SECTION_HPP
26 #define NFD_MGMT_GENERAL_CONFIG_SECTION_HPP
27 
28 namespace nfd {
29 
30 class ConfigFile;
31 
32 namespace general {
33 
34 void
35 setConfigFile(ConfigFile& configFile);
36 
37 } // namespace general
38 
39 } // namespace nfd
40 
41 #endif // NFD_MGMT_GENERAL_CONFIG_SECTION_HPP
void setConfigFile(ConfigFile &configFile)
ConfigFile
Definition: config-file.cpp:33