JugiMap Framework
TextFileStreamReaderAGK Class Reference

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...
 
- Public Member Functions inherited from TextStreamReader
virtual ~TextStreamReader ()
 Destructor. More...
 

Detailed Description

Extended TextStreamReader class for AGK.

Member Function Documentation

◆ IsOpen()

bool IsOpen ( )
inlineoverridevirtual

Returns true if the stream of this object is open for reading; if not it returns false.

Implements TextStreamReader.

◆ Eof()

bool Eof ( )
inlineoverridevirtual

Returns true if the end of file is reached; if not it returns false.

Implements TextStreamReader.

◆ Close()

void Close ( )
inlineoverridevirtual

Close the stream.

Implements TextStreamReader.

◆ ReadLine()

void ReadLine ( std::string &  s)
inlineoverridevirtual

Returns true if the stream of this object is open for reading; if not it returns false.

Implements TextStreamReader.


The documentation for this class was generated from the following file: