|
virtual unique_ptr< std::istream > | getIStream_ptr ()=0 |
|
virtual bool | isDead () |
| Check to see if this stream has run out of data.
|
|
virtual | ~Stream ()=default |
|
◆ ~Stream()
virtual Stream::~Stream |
( |
| ) |
|
|
virtualdefault |
◆ getIStream_ptr()
virtual unique_ptr< std::istream > Stream::getIStream_ptr |
( |
| ) |
|
|
pure virtual |
◆ isDead()
virtual bool Stream::isDead |
( |
| ) |
|
|
inlinevirtual |
Check to see if this stream has run out of data.
Reimplemented in FileStream.
◆ sourceString
string Stream::sourceString |
The documentation for this struct was generated from the following file: