A dummy class (does nothing) More...
#include "file-config.h"
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 () |
void | SetSaveDeprecated (bool saveDeprecated) |
Set if to save deprecated attributes. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ns3::FileConfig | |
bool | m_saveDeprecated |
save deprecated attributes More... | |
A dummy class (does nothing)
Definition at line 68 of file file-config.h.
ns3::NoneFileConfig::NoneFileConfig | ( | ) |
Definition at line 35 of file file-config.cc.
|
virtual |
Definition at line 38 of file file-config.cc.
|
virtual |
Load or save the attributes values.
Implements ns3::FileConfig.
Definition at line 51 of file file-config.cc.
|
virtual |
Load or save the default values.
Implements ns3::FileConfig.
Definition at line 45 of file file-config.cc.
|
virtual |
Load or save the global values.
Implements ns3::FileConfig.
Definition at line 48 of file file-config.cc.
|
virtual |
Set the file name.
filename | the filename |
Implements ns3::FileConfig.
Definition at line 42 of file file-config.cc.