#include "xml-config.h"
 Inheritance diagram for ns3::XmlConfigSave:
 Collaboration diagram for ns3::XmlConfigSave:Public Member Functions | |
| XmlConfigSave () | |
| virtual | ~XmlConfigSave () | 
| 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 | |
| xmlTextWriterPtr | m_writer | 
Definition at line 35 of file xml-config.h.
| ns3::XmlConfigSave::XmlConfigSave | ( | ) | 
Definition at line 36 of file xml-config.cc.
References NS_LOG_FUNCTION.
      
  | 
  virtual | 
Definition at line 79 of file xml-config.cc.
References m_writer, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 147 of file xml-config.cc.
References ns3::StringValue::Get(), m_writer, and NS_FATAL_ERROR.
 Here is the call graph for this function:
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 101 of file xml-config.cc.
References m_writer, and NS_FATAL_ERROR.
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 190 of file xml-config.cc.
References ns3::GlobalValue::Begin(), ns3::GlobalValue::End(), ns3::StringValue::Get(), m_writer, and NS_FATAL_ERROR.
 Here is the call graph for this function:
      
  | 
  virtual | 
Implements ns3::FileConfig.
Definition at line 42 of file xml-config.cc.
References m_writer, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
      
  | 
  private | 
Definition at line 46 of file xml-config.h.
Referenced by Attributes(), Default(), Global(), SetFilename(), and ~XmlConfigSave().