ns-3
ns3::OutputStreamWrapper Class Reference
Inheritance diagram for ns3::OutputStreamWrapper:
Collaboration diagram for ns3::OutputStreamWrapper:

List of all members.

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)
SimpleRefCountoperator= (const SimpleRefCount &o)
void Ref (void) const
void Unref (void) const
uint32_t GetReferenceCount (void) const

Additional Inherited Members

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

Member Function Documentation

std::ostream * ns3::OutputStreamWrapper::GetStream ( void  )

Return a pointer to an ostream previously set in the wrapper.

See also:
SetStream
Returns:
a pointer to the encapsulated std::ostream

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