A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::NoneFileConfig Class Reference

A dummy class (does nothing) More...

#include "file-config.h"

+ Inheritance diagram for ns3::NoneFileConfig:
+ Collaboration diagram for ns3::NoneFileConfig:

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 ()
 
virtual void Attributes ()=0
 Load or save the attributes values.
 
virtual void Default ()=0
 Load or save the default values.
 
virtual void Global ()=0
 Load or save the global values.
 
virtual void SetFilename (std::string filename)=0
 Set the file name.
 
void SetSaveDeprecated (bool saveDeprecated)
 Set if to save deprecated attributes.
 

Additional Inherited Members

- Protected Attributes inherited from ns3::FileConfig
bool m_saveDeprecated
 save deprecated attributes
 

Detailed Description

A dummy class (does nothing)

Definition at line 68 of file file-config.h.

Constructor & Destructor Documentation

◆ NoneFileConfig()

ns3::NoneFileConfig::NoneFileConfig ( )

Definition at line 35 of file file-config.cc.

◆ ~NoneFileConfig()

ns3::NoneFileConfig::~NoneFileConfig ( )
override

Definition at line 39 of file file-config.cc.

Member Function Documentation

◆ Attributes()

void ns3::NoneFileConfig::Attributes ( )
overridevirtual

Load or save the attributes values.

Implements ns3::FileConfig.

Definition at line 59 of file file-config.cc.

◆ Default()

void ns3::NoneFileConfig::Default ( )
overridevirtual

Load or save the default values.

Implements ns3::FileConfig.

Definition at line 49 of file file-config.cc.

◆ Global()

void ns3::NoneFileConfig::Global ( )
overridevirtual

Load or save the global values.

Implements ns3::FileConfig.

Definition at line 54 of file file-config.cc.

◆ SetFilename()

void ns3::NoneFileConfig::SetFilename ( std::string  filename)
overridevirtual

Set the file name.

Parameters
filenamethe filename

Implements ns3::FileConfig.

Definition at line 44 of file file-config.cc.


The documentation for this class was generated from the following files: