![]() |
Ginan
|
Public Member Functions | |
| FileStream (string path) | |
| unique_ptr< std::istream > | getIStream_ptr () override |
| bool | isDead () override |
| Check to see if this stream has run out of data. | |
| bool | isAvailable () override |
Public Member Functions inherited from Stream | |
| virtual | ~Stream ()=default |
Data Fields | |
| string | path |
| long int | filePos = 0 |
Data Fields inherited from Stream | |
| string | sourceString |
|
inline |
|
inlineoverridevirtual |
Implements Stream.
|
inlineoverridevirtual |
Reimplemented from Stream.
|
inlineoverridevirtual |
Check to see if this stream has run out of data.
Reimplemented from Stream.
| long int FileStream::filePos = 0 |
| string FileStream::path |