|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
: Specialization of Fichier_Lata for the master file: always in 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) | |
| Builds a file of type EcrFicPartage(Bin) or EcrFicPrive(Bin), binary or not depending on the "format" parameter. | |
| virtual | ~Fichier_Lata () |
| virtual SFichier & | get_SFichier () |
| virtual const Nom & | get_filename () const |
| Returns the file name with its path. | |
| virtual int | is_master () const |
| If the file is of shared type, returns 1 if me() equals the group master, 0 otherwise. | |
| virtual void | syncfile () |
| If the file is of shared type, calls the syncfile() method; otherwise does nothing. | |
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_ |
: Specialization of Fichier_Lata for the master file: always in ASCII.
A different precision can be used if desired.
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.