#include <raw-text-config.h>
Public Member Functions | |
RawTextConfigLoad () | |
virtual | ~RawTextConfigLoad () |
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 Member Functions | |
std::string | Strip (std::string value) |
Private Attributes | |
std::ifstream * | m_is |
Definition at line 31 of file raw-text-config.h.
ns3::RawTextConfigLoad::RawTextConfigLoad | ( | ) |
Definition at line 86 of file raw-text-config.cc.
|
virtual |
Definition at line 90 of file raw-text-config.cc.
References m_is.
|
virtual |
Implements ns3::FileConfig.
Definition at line 152 of file raw-text-config.cc.
References m_is, NS_LOG_DEBUG, ns3::Config::Set(), and Strip().
Referenced by ns3::load_clicked().
|
virtual |
Implements ns3::FileConfig.
Definition at line 116 of file raw-text-config.cc.
References m_is, NS_LOG_DEBUG, ns3::Config::SetDefault(), and Strip().
Referenced by ns3::load_clicked_default().
|
virtual |
Implements ns3::FileConfig.
Definition at line 134 of file raw-text-config.cc.
References m_is, NS_LOG_DEBUG, ns3::Config::SetGlobal(), and Strip().
|
virtual |
Implements ns3::FileConfig.
Definition at line 100 of file raw-text-config.cc.
References m_is.
Referenced by ns3::load_clicked(), and ns3::load_clicked_default().
|
private |
Definition at line 106 of file raw-text-config.cc.
References NS_ASSERT, and visualizer.core::start().
Referenced by Attributes(), Default(), and Global().
|
private |
Definition at line 42 of file raw-text-config.h.
Referenced by Attributes(), Default(), Global(), SetFilename(), and ~RawTextConfigLoad().