A dummy class (does nothing) More...
#include "file-config.h"
 Inheritance diagram for ns3::NoneFileConfig:
 Collaboration diagram for ns3::NoneFileConfig:Public Member Functions | |
| NoneFileConfig () | |
| virtual | ~NoneFileConfig () | 
| virtual void | Attributes (void) | 
| Load or save the attributes values.  More... | |
| virtual void | Default (void) | 
| Load or save the default values.  More... | |
| virtual void | Global (void) | 
| Load or save the global values.  More... | |
| virtual void | SetFilename (std::string filename) | 
| Set the file name.  More... | |
  Public Member Functions inherited from ns3::FileConfig | |
| virtual | ~FileConfig () | 
A dummy class (does nothing)
Definition at line 60 of file file-config.h.
| ns3::NoneFileConfig::NoneFileConfig | ( | ) | 
Definition at line 29 of file file-config.cc.
      
  | 
  virtual | 
Definition at line 32 of file file-config.cc.
      
  | 
  virtual | 
Load or save the attributes values.
Implements ns3::FileConfig.
Definition at line 45 of file file-config.cc.
      
  | 
  virtual | 
Load or save the default values.
Implements ns3::FileConfig.
Definition at line 39 of file file-config.cc.
      
  | 
  virtual | 
Load or save the global values.
Implements ns3::FileConfig.
Definition at line 42 of file file-config.cc.
      
  | 
  virtual | 
Set the file name.
| filename | the filename | 
Implements ns3::FileConfig.
Definition at line 36 of file file-config.cc.