A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::OutputStreamWrapper Class Reference
+ Inheritance diagram for ns3::OutputStreamWrapper:

Public Member Functions

 OutputStreamWrapper (std::string filename, std::ios::openmode filemode)
 
 OutputStreamWrapper (std::ostream *os)
 
std::ostream * GetStream (void)
 
- Public Member Functions inherited from ns3::SimpleRefCount< OutputStreamWrapper >
 SimpleRefCount (const SimpleRefCount &o)
 
uint32_t GetReferenceCount (void) const
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 
void Ref (void) const
 
void Unref (void) const
 

Private Attributes

bool m_destroyable
 
std::ostream * m_ostream
 

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< OutputStreamWrapper >
static void Cleanup (void)
 

Detailed Description

Definition at line 70 of file output-stream-wrapper.h.

Member Function Documentation


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