#include "raw-text-config.h"
 Inheritance diagram for ns3::RawTextConfigLoad:
 Collaboration diagram for ns3::RawTextConfigLoad: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 51 of file raw-text-config.h.
| ns3::RawTextConfigLoad::RawTextConfigLoad | ( | ) | 
Definition at line 106 of file raw-text-config.cc.
      
  | 
  virtual | 
Definition at line 110 of file raw-text-config.cc.
References m_is.
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 172 of file raw-text-config.cc.
References m_is, NS_LOG_DEBUG, ns3::Config::Set(), and Strip().
Referenced by ns3::load_clicked().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 136 of file raw-text-config.cc.
References m_is, NS_LOG_DEBUG, ns3::Config::SetDefault(), and Strip().
Referenced by ns3::load_clicked_default().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 154 of file raw-text-config.cc.
References m_is, NS_LOG_DEBUG, ns3::Config::SetGlobal(), and Strip().
 Here is the call graph for this function:
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 120 of file raw-text-config.cc.
References m_is.
Referenced by ns3::load_clicked(), and ns3::load_clicked_default().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 126 of file raw-text-config.cc.
References NS_ASSERT, and visualizer.core::start().
Referenced by Attributes(), Default(), and Global().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 62 of file raw-text-config.h.
Referenced by Attributes(), Default(), Global(), SetFilename(), and ~RawTextConfigLoad().