#include <gfile.h>
Inheritance diagram for gFileOut:
Public Member Functions | |
gFileOut (FILE *aFile=nil, bool isModeDOS=false) | |
virtual | ~gFileOut () |
virtual char * | NewLine () |
virtual int | MinimumStorageSize () |
virtual int | MaximumStorageSize () |
void | SetModeDOS (bool isDOS) |
virtual void | SetNL (gString &aNL) |
Public Attributes | |
FILE * | f |
Protected Attributes | |
gString | sNL |
|
|
|
|
|
Reimplemented from gControl. |
|
Reimplemented from gControl. |
|
|
|
Definition at line 57 of file gfile.cpp. Referenced by gFileOut(). |
|
|
|
Definition at line 70 of file gfile.h. Referenced by ~gFileOut(). |
|
Definition at line 91 of file gfile.h. Referenced by NewLine(), SetModeDOS(), and SetNL(). |