![]() |
The Gaudi Framework
master (ff829712)
|
Reader for standard input streams. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/StreamBuffer.h>
Public Member Functions | |
Istream (std::istream &str) | |
Constructor. | |
void | load (StreamBuffer &stream) override |
Data load method. | |
![]() | |
DataIO ()=default | |
Standard constructor. | |
virtual | ~DataIO ()=default |
Standard destructor. | |
void | badStreamMode () |
Throw Exception. | |
virtual void | serialize (StreamBuffer &stream) |
Serialization method: loads/dumps streambuffer content. | |
virtual void | dump (StreamBuffer &) |
Template function to save stream data. | |
Private Attributes | |
std::istream * | m_stream |
Reference to input stream. | |
Reader for standard input streams.
Definition at line 75 of file StreamBuffer.h.
|
inline |
Constructor.
Definition at line 81 of file StreamBuffer.h.
|
inlineoverridevirtual |
Data load method.
Reimplemented from StreamBuffer::DataIO.
Definition at line 84 of file StreamBuffer.h.
|
private |
Reference to input stream.
Definition at line 77 of file StreamBuffer.h.