The Gaudi Framework
v25r5
|
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 () |
Standard Destructor. More... | |
virtual void | dump (StreamBuffer &stream) |
Output dumper. More... | |
![]() | |
DataIO () | |
Standard constructor. More... | |
virtual | ~DataIO () |
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 96 of file StreamBuffer.h.
|
inline |
Standard constructor: pass reference to stream object.
Definition at line 100 of file StreamBuffer.h.
|
inlinevirtual |
|
inlinevirtual |
Output dumper.
Reimplemented from StreamBuffer::DataIO.
Definition at line 106 of file StreamBuffer.h.
|
private |
Definition at line 97 of file StreamBuffer.h.