|
TrioCFD 1.9.8
TrioCFD documentation
|
: Specialisation du Fichier_Lata pour le fichier maitre: toujours en ASCII. More...
#include <Fichier_Lata.h>
Public Member Functions | |
| Fichier_Lata_maitre (const char *basename, const char *extension, Mode mode_append, Format_Post_Lata::Options_Para parallel) | |
| Public Member Functions inherited from Fichier_Lata | |
| Fichier_Lata (const char *basename, const char *extension, Mode mode_append, Format_Post_Lata::Format format, Format_Post_Lata::Options_Para parallel) | |
| Construit un fichier de type EcrFicPartage(Bin) ou EcrFicPrive(Bin), binaire ou pas selon le parametre "format". | |
| virtual | ~Fichier_Lata () |
| virtual SFichier & | get_SFichier () |
| virtual const Nom & | get_filename () const |
| Renvoie le nom du fichier avec le path. | |
| virtual int | is_master () const |
| Si le fichier est de type partage, renvoie 1 si me() est egal au master du groupe et 0 sinon,. | |
| virtual void | syncfile () |
| Si le fichier est de type partage, appelle la methode syncfile(), sinon ne fait rien. | |
Additional Inherited Members | |
| Public Types inherited from Fichier_Lata | |
| enum | Mode { ERASE , APPEND } |
| Protected Attributes inherited from Fichier_Lata | |
| Nom | filename_ |
| SFichier * | fichier_ |
| int | is_parallel_ |
: Specialisation du Fichier_Lata pour le fichier maitre: toujours en ASCII.
On peut utiliser une precision differente si on veut
Definition at line 53 of file Fichier_Lata.h.
| Fichier_Lata_maitre::Fichier_Lata_maitre | ( | const char * | basename, |
| const char * | extension, | ||
| Mode | mode_append, | ||
| Format_Post_Lata::Options_Para | parallel ) |
Definition at line 180 of file Fichier_Lata.cpp.