#include <gfile.h>
Inheritance diagram for gFileText:
Public Member Functions | |
gFileText (char *fName, bool doOpenToRead=true) | |
virtual | ~gFileText () |
bool | ReadLine () |
bool | ReadLine (bool &isOk) |
bool | ReadLine (bool &isOk, bool &hasNewLine) |
Protected Attributes | |
bool | isOpOk |
bool | isFileChanged |
off_t | seekPos |
off_t | seekEnd |
|
|
|
|
|
|
|
|
|
Definition at line 816 of file gfile.cpp. Referenced by ReadLine(), gConfig::thisRead(), and gFileFetch::thisReadAll(). |
|
Reimplemented from gFileStream. |
|
Reimplemented from gFileStream. |
|
Reimplemented from gFileStream. |
|
Reimplemented from gFileStream. Definition at line 330 of file gfile.h. Referenced by ReadLine(). |