
Writer for standard output streams. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/StreamBuffer.h>


Public Member Functions | |
| Ostream (std::ostream &str) | |
| Standard constructor: pass reference to stream object. | |
| virtual | ~Ostream ()=default |
| Standard Destructor. | |
| void | dump (StreamBuffer &stream) override |
| Output dumper. | |
Public Member Functions inherited from StreamBuffer::DataIO | |
| DataIO ()=default | |
| Standard constructor. | |
| virtual | ~DataIO ()=default |
| Standard destructor. | |
| void | badStreamMode () |
| Throw Exception. | |
| virtual void | serialize (StreamBuffer &stream) |
| Serialization method: loads/dumps streambuffer content. | |
| virtual void | load (StreamBuffer &) |
| Template function to load stream data. | |
Private Attributes | |
| std::ostream * | m_stream |
Writer for standard output streams.
Definition at line 94 of file StreamBuffer.h.
|
inline |
Standard constructor: pass reference to stream object.
Definition at line 99 of file StreamBuffer.h.
|
virtualdefault |
Standard Destructor.
|
inlineoverridevirtual |
Output dumper.
Reimplemented from StreamBuffer::DataIO.
Definition at line 104 of file StreamBuffer.h.
|
private |
Definition at line 95 of file StreamBuffer.h.