#include <xml-config.h>
Public Member Functions | |
XmlConfigSave () | |
virtual | ~XmlConfigSave () |
virtual void | Attributes (void) |
virtual void | Default (void) |
virtual void | Global (void) |
virtual void | SetFilename (std::string filename) |
![]() | |
virtual | ~FileConfig () |
Private Attributes | |
xmlTextWriterPtr | m_writer |
Definition at line 15 of file xml-config.h.
ns3::XmlConfigSave::XmlConfigSave | ( | ) |
Definition at line 16 of file xml-config.cc.
References NS_LOG_FUNCTION.
|
virtual |
Definition at line 59 of file xml-config.cc.
References m_writer, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
|
virtual |
Implements ns3::FileConfig.
Definition at line 127 of file xml-config.cc.
References ns3::StringValue::Get(), m_writer, and NS_FATAL_ERROR.
|
virtual |
Implements ns3::FileConfig.
Definition at line 81 of file xml-config.cc.
References m_writer, and NS_FATAL_ERROR.
|
virtual |
Implements ns3::FileConfig.
Definition at line 170 of file xml-config.cc.
References ns3::GlobalValue::Begin(), ns3::GlobalValue::End(), ns3::StringValue::Get(), m_writer, and NS_FATAL_ERROR.
|
virtual |
Implements ns3::FileConfig.
Definition at line 22 of file xml-config.cc.
References m_writer, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
|
private |
Definition at line 26 of file xml-config.h.
Referenced by Attributes(), Default(), Global(), SetFilename(), and ~XmlConfigSave().