A Discrete-Event Network Simulator
API
ns3::XmlConfigLoad Class Reference

#include "xml-config.h"

+ Inheritance diagram for ns3::XmlConfigLoad:
+ Collaboration diagram for ns3::XmlConfigLoad:

Public Member Functions

 XmlConfigLoad ()
 
virtual ~XmlConfigLoad ()
 
virtual void Attributes (void)
 
virtual void Default (void)
 
virtual void Global (void)
 
virtual void SetFilename (std::string filename)
 
- Public Member Functions inherited from ns3::FileConfig
virtual ~FileConfig ()
 

Private Attributes

std::string m_filename
 

Detailed Description

Definition at line 53 of file xml-config.h.

Constructor & Destructor Documentation

ns3::XmlConfigLoad::XmlConfigLoad ( )

Definition at line 223 of file xml-config.cc.

References NS_LOG_FUNCTION.

ns3::XmlConfigLoad::~XmlConfigLoad ( )
virtual

Definition at line 227 of file xml-config.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

void ns3::XmlConfigLoad::Attributes ( void  )
virtual

Implements ns3::FileConfig.

Definition at line 315 of file xml-config.cc.

References m_filename, NS_FATAL_ERROR, NS_LOG_DEBUG, and ns3::Config::Set().

+ Here is the call graph for this function:

void ns3::XmlConfigLoad::Default ( void  )
virtual

Implements ns3::FileConfig.

Definition at line 239 of file xml-config.cc.

References m_filename, NS_FATAL_ERROR, NS_LOG_DEBUG, and ns3::Config::SetDefault().

+ Here is the call graph for this function:

void ns3::XmlConfigLoad::Global ( void  )
virtual

Implements ns3::FileConfig.

Definition at line 277 of file xml-config.cc.

References m_filename, NS_FATAL_ERROR, NS_LOG_DEBUG, and ns3::Config::SetGlobal().

+ Here is the call graph for this function:

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

Implements ns3::FileConfig.

Definition at line 233 of file xml-config.cc.

References m_filename, and NS_LOG_FUNCTION.

Member Data Documentation

std::string ns3::XmlConfigLoad::m_filename
private

Definition at line 64 of file xml-config.h.

Referenced by Attributes(), Default(), Global(), and SetFilename().


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