#include <FileT.h>
Inheritance diagram for ZenLib::FileT:

Public Member Functions | |
| FileT () | |
| ~FileT () | |
| int | Ouvrir (const Ztring &Fichier, bool Nouveau=false, bool Ajout=false, bool Ecriture=false) |
| void | Fermer () |
| Ztring | Lire () |
| void | Ecrire (const Ztring &Ligne) |
| bool | Eof () |
Protected Attributes | |
| FILE * | F |
| bool | End |
| Ztring | Nom |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from ZenLib::File_. |
|
|
Implements ZenLib::File_. |
|
|
|
|
||||||||||||||||||||
|
Implements ZenLib::File_. |
|
|
Reimplemented from ZenLib::File_. |
|
|
|
|
|
Reimplemented from ZenLib::File_. |
1.3-rc3