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