#include "raw-text-config.h"
 Inheritance diagram for ns3::RawTextConfigSave:
 Collaboration diagram for ns3::RawTextConfigSave:Public Member Functions | |
| RawTextConfigSave () | |
| virtual | ~RawTextConfigSave () | 
| 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::ofstream * | m_os | 
Definition at line 34 of file raw-text-config.h.
| ns3::RawTextConfigSave::RawTextConfigSave | ( | ) | 
Definition at line 33 of file raw-text-config.cc.
      
  | 
  virtual | 
Definition at line 37 of file raw-text-config.cc.
References m_os.
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 86 of file raw-text-config.cc.
References ns3::StringValue::Get(), and m_os.
Referenced by ns3::save_clicked().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 53 of file raw-text-config.cc.
References m_os.
Referenced by ns3::save_clicked_default().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 76 of file raw-text-config.cc.
References ns3::GlobalValue::Begin(), ns3::GlobalValue::End(), ns3::StringValue::Get(), and m_os.
 Here is the call graph for this function:
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 47 of file raw-text-config.cc.
References m_os.
Referenced by ns3::save_clicked(), and ns3::save_clicked_default().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 44 of file raw-text-config.h.
Referenced by Attributes(), Default(), Global(), SetFilename(), and ~RawTextConfigSave().