ug4
|
a specialization of std::ostream, which doesn't write anything More...
#include <empty_stream.h>
Public Member Functions | |
EmptyOStream () | |
Protected Attributes | |
EmptyStreamBuffer | m_streamBuf |
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.
|
inline |
|
protected |