A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::RawTextConfigSave Class Reference

#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
 

Detailed Description

Definition at line 14 of file raw-text-config.h.

Constructor & Destructor Documentation

ns3::RawTextConfigSave::RawTextConfigSave ( )

Definition at line 13 of file raw-text-config.cc.

ns3::RawTextConfigSave::~RawTextConfigSave ( )
virtual

Definition at line 17 of file raw-text-config.cc.

References m_os.

Member Function Documentation

void ns3::RawTextConfigSave::Attributes ( void  )
virtual

Implements ns3::FileConfig.

Definition at line 66 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:

void ns3::RawTextConfigSave::Default ( void  )
virtual

Implements ns3::FileConfig.

Definition at line 33 of file raw-text-config.cc.

References m_os.

Referenced by ns3::save_clicked_default().

+ Here is the caller graph for this function:

void ns3::RawTextConfigSave::Global ( void  )
virtual

Implements ns3::FileConfig.

Definition at line 56 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:

void ns3::RawTextConfigSave::SetFilename ( std::string  filename)
virtual

Implements ns3::FileConfig.

Definition at line 27 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:

Member Data Documentation

std::ofstream* ns3::RawTextConfigSave::m_os
private

Definition at line 24 of file raw-text-config.h.

Referenced by Attributes(), Default(), Global(), SetFilename(), and ~RawTextConfigSave().


The documentation for this class was generated from the following files: