ug4
ug::EmptyOStream Class Reference

a specialization of std::ostream, which doesn't write anything More...

#include <empty_stream.h>

+ Inheritance diagram for ug::EmptyOStream:

Public Member Functions

 EmptyOStream ()
 

Protected Attributes

EmptyStreamBuffer m_streamBuf
 

Detailed Description

a specialization of std::ostream, which doesn't write anything

The intention of the empty-buffer is, that methods and functions in a stream are executed, even if nothing shall be printed or be written to a file. This is important since it allows us to to call communicating methods during parallel output without risking a stall.

Constructor & Destructor Documentation

◆ EmptyOStream()

ug::EmptyOStream::EmptyOStream ( )
inline

Member Data Documentation

◆ m_streamBuf

EmptyStreamBuffer ug::EmptyOStream::m_streamBuf
protected

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