A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
file-config.cc
Go to the documentation of this file.
1 #include "file-config.h"
2 
3 namespace ns3 {
4 
6 {
7 }
8 
10 {
11 }
13 {
14 }
15 void
16 NoneFileConfig::SetFilename (std::string filename)
17 {}
18 void
20 {}
21 void
23 {}
24 void
26 {}
27 
28 } // namespace ns3
virtual void Attributes(void)
Definition: file-config.cc:25
virtual ~FileConfig()
Definition: file-config.cc:5
virtual ~NoneFileConfig()
Definition: file-config.cc:12
virtual void Global(void)
Definition: file-config.cc:22
virtual void SetFilename(std::string filename)
Definition: file-config.cc:16
virtual void Default(void)
Definition: file-config.cc:19