JugiMap Framework
|
Extended TextStreamReader class for AGK. More...
#include <jmAGK.h>
Inherits TextStreamReader.
Public Member Functions | |
bool | IsOpen () override |
Returns true if the stream of this object is open for reading; if not it returns false. More... | |
bool | Eof () override |
Returns true if the end of file is reached; if not it returns false. More... | |
void | Close () override |
Close the stream. More... | |
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 | ~TextStreamReader () |
Destructor. More... | |
Extended TextStreamReader class for AGK.
|
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.
|
inlineoverridevirtual |
Returns true if the stream of this object is open for reading; if not it returns false.
Implements TextStreamReader.