![]() |
The Gaudi Framework
v26r4
|
Reader for standard input streams. More...
Public Member Functions | |
Istream (std::istream &str) | |
Constructor. More... | |
virtual | ~Istream ()=default |
Destructor. More... | |
virtual void | load (StreamBuffer &stream) |
Data load method. More... | |
Istream (std::istream &str) | |
Constructor. More... | |
virtual | ~Istream ()=default |
Destructor. More... | |
virtual void | load (StreamBuffer &stream) |
Data load method. More... | |
![]() | |
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... | |
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 73 of file StreamBuffer.h.
|
inline |
Constructor.
Definition at line 78 of file StreamBuffer.h.
|
virtualdefault |
Destructor.
|
inline |
Constructor.
Definition at line 78 of file StreamBuffer.h.
|
virtualdefault |
Destructor.
|
inlinevirtual |
Data load method.
Reimplemented from StreamBuffer::DataIO.
Definition at line 84 of file StreamBuffer.h.
|
inlinevirtual |
Data load method.
Reimplemented from StreamBuffer::DataIO.
Definition at line 84 of file StreamBuffer.h.
|
private |
Reference to input stream.
Definition at line 75 of file StreamBuffer.h.