NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
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)
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:40