A dummy class (does nothing) More...
#include "file-config.h"
Public Member Functions | |
| NoneFileConfig () | |
| ~NoneFileConfig () override | |
| void | Attributes () override | 
| Load or save the attributes values.   | |
| void | Default () override | 
| Load or save the default values.   | |
| void | Global () override | 
| Load or save the global values.   | |
| void | SetFilename (std::string filename) override | 
| Set the file name.   | |
| Public Member Functions inherited from ns3::FileConfig | |
| virtual | ~FileConfig () | 
A dummy class (does nothing)
Definition at line 49 of file file-config.h.
| ns3::NoneFileConfig::NoneFileConfig | ( | ) | 
Definition at line 18 of file file-config.cc.
      
  | 
  override | 
Definition at line 22 of file file-config.cc.
      
  | 
  overridevirtual | 
Load or save the attributes values.
Implements ns3::FileConfig.
Definition at line 42 of file file-config.cc.
      
  | 
  overridevirtual | 
Load or save the default values.
Implements ns3::FileConfig.
Definition at line 32 of file file-config.cc.
      
  | 
  overridevirtual | 
Load or save the global values.
Implements ns3::FileConfig.
Definition at line 37 of file file-config.cc.
      
  | 
  overridevirtual | 
Set the file name.
| filename | the filename | 
Implements ns3::FileConfig.
Definition at line 27 of file file-config.cc.