#include <xml-config.h>
Public Member Functions | |
XmlConfigLoad () | |
virtual | ~XmlConfigLoad () |
virtual void | Attributes (void) |
virtual void | Default (void) |
virtual void | Global (void) |
virtual void | SetFilename (std::string filename) |
![]() | |
virtual | ~FileConfig () |
Private Attributes | |
std::string | m_filename |
Definition at line 33 of file xml-config.h.
ns3::XmlConfigLoad::XmlConfigLoad | ( | ) |
Definition at line 203 of file xml-config.cc.
References NS_LOG_FUNCTION.
|
virtual |
Definition at line 207 of file xml-config.cc.
References NS_LOG_FUNCTION.
|
virtual |
Implements ns3::FileConfig.
Definition at line 295 of file xml-config.cc.
References m_filename, NS_FATAL_ERROR, NS_LOG_DEBUG, and ns3::Config::Set().
|
virtual |
Implements ns3::FileConfig.
Definition at line 219 of file xml-config.cc.
References m_filename, NS_FATAL_ERROR, NS_LOG_DEBUG, and ns3::Config::SetDefault().
|
virtual |
Implements ns3::FileConfig.
Definition at line 257 of file xml-config.cc.
References m_filename, NS_FATAL_ERROR, NS_LOG_DEBUG, and ns3::Config::SetGlobal().
|
virtual |
Implements ns3::FileConfig.
Definition at line 213 of file xml-config.cc.
References m_filename, and NS_LOG_FUNCTION.
|
private |
Definition at line 44 of file xml-config.h.
Referenced by Attributes(), Default(), Global(), and SetFilename().