16#include <Champ_Generique_Operateur_base.h>
Base class of generic fields having other generic fields as source. The use of the class methods reli...
Classe Champ_Generique_Operateur_base Base class for generic field classes dedicated to applying an o...
Class defining operators and methods for all reading operation in an input flow (file,...
const Nom & que_suis_je() const
Returns the string identifying the class.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual const Nom & le_nom() const
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Base class for output streams.