|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
Writer for standard output streams. More...
#include <StreamBuffer.h>


Public Member Functions | |
| Ostream (std::ostream &str) | |
| Standard constructor: pass reference to stream object. | |
| virtual | ~Ostream () |
| Standard Destructor. | |
| virtual void | dump (StreamBuffer &stream) |
| Output dumper. | |
Public Member Functions inherited from StreamBuffer::DataIO | |
| DataIO () | |
| Standard constructor. | |
| virtual | ~DataIO () |
| 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 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.