![]() |
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 |
![]() | |
virtual | ~Stream ()=default |
Data Fields | |
string | path |
long int | filePos = 0 |
![]() | |
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 |