|  | The Gaudi Framework
    v36r1 (3e2fb5a8)
    | 
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.  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 98 of file StreamBuffer.h.
| 
 | inline | 
Standard constructor: pass reference to stream object.
Definition at line 103 of file StreamBuffer.h.
| 
 | virtualdefault | 
Standard Destructor.
| 
 | inlineoverridevirtual | 
Output dumper.
Reimplemented from StreamBuffer::DataIO.
Definition at line 108 of file StreamBuffer.h.
| 
 | private | 
Definition at line 99 of file StreamBuffer.h.