16#ifndef EcritureLectureSpecial_included
17#define EcritureLectureSpecial_included
19#include <TRUSTTabs_forward.h>
20#include <Interprete.h>
class Champ_base This class is the base of the fields hierarchy.
static Nom & get_Output()
Returns the write mode in use (so it can be modified).
static int is_ecriture_special(int &special, int &a_faire)
Indicates whether the special format was requested in active writing by xyz save.
static int is_lecture_special()
Indicates whether the special format was requested in active reading by xyz restart.
Entree & interpreter(Entree &fich) override
static int ecriture_special(const Champ_base &ch, Sortie &fich)
Simple call to EcritureLectureSpecial::ecriture_special (const Domaine_VF& zvf,Sortie& fich,...
static void lecture_special(Champ_base &ch, Entree &fich)
Simple call to EcritureLectureSpecial::lecture_special (const Domaine_VF& zvf,Entree& fich,...
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for "interpreter" objects.
class Nom: a character string for naming TRUST objects.
Base class for output streams.