A Discrete-Event Network Simulator
API
ns3::FileConfig Class Referenceabstract

base class for ConfigStore classes using files More...

#include "file-config.h"

+ Inheritance diagram for ns3::FileConfig:

Public Member Functions

virtual ~FileConfig ()
 
virtual void Attributes (void)=0
 Load or save the attributes values. More...
 
virtual void Default (void)=0
 Load or save the default values. More...
 
virtual void Global (void)=0
 Load or save the global values. More...
 
virtual void SetFilename (std::string filename)=0
 Set the file name. More...
 

Detailed Description

base class for ConfigStore classes using files

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

Constructor & Destructor Documentation

ns3::FileConfig::~FileConfig ( )
virtual

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

Member Function Documentation

virtual void ns3::FileConfig::Attributes ( void  )
pure virtual

Load or save the attributes values.

Implemented in ns3::NoneFileConfig, ns3::XmlConfigLoad, ns3::RawTextConfigLoad, ns3::XmlConfigSave, and ns3::RawTextConfigSave.

Referenced by ns3::ConfigStore::ConfigureAttributes().

+ Here is the caller graph for this function:

virtual void ns3::FileConfig::Default ( void  )
pure virtual

Load or save the default values.

Implemented in ns3::NoneFileConfig, ns3::XmlConfigLoad, ns3::RawTextConfigLoad, ns3::XmlConfigSave, and ns3::RawTextConfigSave.

Referenced by ns3::ConfigStore::ConfigureDefaults().

+ Here is the caller graph for this function:

virtual void ns3::FileConfig::Global ( void  )
pure virtual

Load or save the global values.

Implemented in ns3::NoneFileConfig, ns3::XmlConfigLoad, ns3::RawTextConfigLoad, ns3::XmlConfigSave, and ns3::RawTextConfigSave.

Referenced by ns3::ConfigStore::ConfigureDefaults().

+ Here is the caller graph for this function:

virtual void ns3::FileConfig::SetFilename ( std::string  filename)
pure virtual

Set the file name.

Parameters
filenamethe filename

Implemented in ns3::NoneFileConfig, ns3::XmlConfigLoad, ns3::RawTextConfigLoad, ns3::XmlConfigSave, and ns3::RawTextConfigSave.

Referenced by ns3::ConfigStore::ConfigStore().

+ Here is the caller graph for this function:


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