The Gaudi Framework
v30r3 (a5ef0a68)
|
Reader for standard input streams. More...
#include <GaudiKernel/StreamBuffer.h>
Public Member Functions | |
Istream (std::istream &str) | |
Constructor. More... | |
void | load (StreamBuffer &stream) override |
Data load method. 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 | dump (StreamBuffer &) |
Template function to save stream data. More... | |
Private Attributes | |
std::istream * | m_stream |
Reference to input stream. More... | |
Reader for standard input streams.
Definition at line 71 of file StreamBuffer.h.
|
inline |
Constructor.
Definition at line 78 of file StreamBuffer.h.
|
inlineoverridevirtual |
Data load method.
Reimplemented from StreamBuffer::DataIO.
Definition at line 81 of file StreamBuffer.h.
|
private |
Reference to input stream.
Definition at line 74 of file StreamBuffer.h.