![]() |
The Gaudi Framework
v25r3
|
Reader for standard input streams. More...
#include <GaudiKernel/StreamBuffer.h>
Public Member Functions | |
Istream (std::istream &str) | |
Constructor. More... | |
virtual | ~Istream () |
Destructor. More... | |
virtual void | load (StreamBuffer &stream) |
Data load method. 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 | 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 75 of file StreamBuffer.h.
|
inline |
Constructor.
Definition at line 80 of file StreamBuffer.h.
|
inlinevirtual |
|
inlinevirtual |
Data load method.
Reimplemented from StreamBuffer::DataIO.
Definition at line 86 of file StreamBuffer.h.
|
private |
Reference to input stream.
Definition at line 77 of file StreamBuffer.h.