#include <gconfig.h>
Inheritance diagram for gFileFetch:
Public Member Functions | |
gFileFetch (int maxLines=-1) | |
gFileFetch (gString &sFName, int maxLines=-1) | |
gFileFetch (char *fName, int maxLines=-1, bool aShowProgress=false) | |
gFileFetch (gString &sInput, bool aShowProgress) | |
virtual | ~gFileFetch () |
virtual bool | IsBufferOk () |
virtual char * | Str (unsigned idx) |
virtual bool | BufferAutoAdjust () |
bool | Fetch (gString &sFName) |
void | AdjustBuffer (bool doBufferResize) |
virtual bool | SetFileReport (FILE *fRep) |
virtual bool | SetDeviceReport (eDeviceKind aDKind) |
Public Attributes | |
gList | aL |
bool | doEndNewLine |
Protected Member Functions | |
int | thisReadFile (bool &isOk, gList &zL) |
int | thisReadAll (bool &isOk, bool &isBufOk, gList &zL) |
int | thisReadFileThrough (gList &zL, t_uint32 &nBytes) |
int | thisReadStringAsFile (gString &sInput, gList &zL) |
Protected Attributes | |
int | maxNLines |
bool | isFetchBufferOk |
bool | doResize |
bool | doShowProgress |
FILE * | fVRepErr |
|
Definition at line 10 of file gconfig.cpp. |
|
Definition at line 21 of file gconfig.cpp. |
|
Definition at line 34 of file gconfig.cpp. |
|
Definition at line 54 of file gconfig.cpp. |
|
Definition at line 67 of file gconfig.cpp. |
|
|
|
|
|
Definition at line 98 of file gconfig.cpp. |
|
Reimplemented from gFileStream. Reimplemented in gUnweb. Definition at line 22 of file gconfig.h. Referenced by gUnweb::IsBufferOk(). |
|
Definition at line 78 of file gconfig.cpp. Referenced by gFileFetch(). |
|
Definition at line 71 of file gconfig.cpp. Referenced by SetDeviceReport(). |
|
Reimplemented in gUnweb. |
|
Definition at line 134 of file gconfig.cpp. Referenced by thisReadFile(). |
|
Definition at line 110 of file gconfig.cpp. Referenced by Fetch(), and gFileFetch(). |
|
Definition at line 164 of file gconfig.cpp. Referenced by thisReadFile(). |
|
Definition at line 195 of file gconfig.cpp. Referenced by gFileFetch(). |
|
Definition at line 18 of file gconfig.h. Referenced by gUnweb::Dump(), Fetch(), gFileFetch(), gUnweb::Str(), and Str(). |
|
Definition at line 19 of file gconfig.h. Referenced by thisReadAll(), and thisReadStringAsFile(). |
|
Definition at line 46 of file gconfig.h. Referenced by AdjustBuffer(), BufferAutoAdjust(), and thisReadFile(). |
|
Definition at line 48 of file gconfig.h. Referenced by gFileFetch(), SetFileReport(), and thisReadFileThrough(). |
|
Definition at line 49 of file gconfig.h. Referenced by SetDeviceReport(), SetFileReport(), gUnweb::SetVerboseStream(), thisReadFileThrough(), and gUnweb::VerboseStream(). |
|
Definition at line 45 of file gconfig.h. Referenced by IsBufferOk(), and thisReadFile(). |
|
Definition at line 44 of file gconfig.h. Referenced by thisReadAll(). |