Reader for standard input streams.
More...
#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/StreamBuffer.h>
Reader for standard input streams.
Definition at line 75 of file StreamBuffer.h.
StreamBuffer::Istream::Istream |
( |
std::istream & |
str | ) |
|
|
inline |
Constructor.
Definition at line 80 of file StreamBuffer.h.
std::istream * m_stream
Reference to input stream.
virtual StreamBuffer::Istream::~Istream |
( |
| ) |
|
|
inlinevirtual |
StreamBuffer::Istream::Istream |
( |
std::istream & |
str | ) |
|
|
inline |
Constructor.
Definition at line 80 of file StreamBuffer.h.
std::istream * m_stream
Reference to input stream.
virtual StreamBuffer::Istream::~Istream |
( |
| ) |
|
|
inlinevirtual |
virtual void StreamBuffer::Istream::load |
( |
StreamBuffer & |
stream | ) |
|
|
inlinevirtual |
Data load method.
Reimplemented from StreamBuffer::DataIO.
Definition at line 86 of file StreamBuffer.h.
std::istream * m_stream
Reference to input stream.
const char * data() const
Read access to data buffer.
void reserve(long len)
Reserve buffer space; Default: 16 k buffer size.
void erase()
Reset the buffer.
virtual void StreamBuffer::Istream::load |
( |
StreamBuffer & |
stream | ) |
|
|
inlinevirtual |
Data load method.
Reimplemented from StreamBuffer::DataIO.
Definition at line 86 of file StreamBuffer.h.
std::istream * m_stream
Reference to input stream.
const char * data() const
Read access to data buffer.
void reserve(long len)
Reserve buffer space; Default: 16 k buffer size.
void erase()
Reset the buffer.
std::istream * StreamBuffer::Istream::m_stream |
|
private |
The documentation for this class was generated from the following file: