A Discrete-Event Network Simulator
API
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 ()
 
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 ()
 

Detailed Description

A dummy class (does nothing)

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

Constructor & Destructor Documentation

◆ NoneFileConfig()

ns3::NoneFileConfig::NoneFileConfig ( )

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

◆ ~NoneFileConfig()

ns3::NoneFileConfig::~NoneFileConfig ( )
virtual

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

Member Function Documentation

◆ Attributes()

void ns3::NoneFileConfig::Attributes ( void  )
virtual

Load or save the attributes values.

Implements ns3::FileConfig.

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

◆ Default()

void ns3::NoneFileConfig::Default ( void  )
virtual

Load or save the default values.

Implements ns3::FileConfig.

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

◆ Global()

void ns3::NoneFileConfig::Global ( void  )
virtual

Load or save the global values.

Implements ns3::FileConfig.

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

◆ SetFilename()

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

Set the file name.

Parameters
filenamethe filename

Implements ns3::FileConfig.

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


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