JugiMap Framework
|
Extended TextStreamReader class which utilizes the standard library ifstream class for reading. More...
#include <jmStreams.h>
Inherits TextStreamReader.
Public Member Functions | |
virtual bool | IsOpen () override |
Returns true if the stream of this object is open for reading; if not it returns false. More... | |
virtual void | ReadLine (std::string &s) override |
Returns true if the stream of this object is open for reading; if not it returns false. More... | |
virtual bool | Eof () override |
Returns true if the end of file is reached; if not it returns false. More... | |
virtual void | Close () override |
Close the stream. More... | |
![]() | |
virtual | ~TextStreamReader () |
Destructor. More... | |
Extended TextStreamReader class which utilizes the standard library ifstream class for reading.
|
inlineoverridevirtual |
Returns true if the stream of this object is open for reading; if not it returns false.
Implements TextStreamReader.
|
inlineoverridevirtual |
Returns true if the stream of this object is open for reading; if not it returns false.
Implements TextStreamReader.
|
inlineoverridevirtual |
Returns true if the end of file is reached; if not it returns false.
Implements TextStreamReader.
|
inlineoverridevirtual |
Close the stream.
Implements TextStreamReader.