16#include <Champ_P0_VEF.h>
17#include <Domaine_VEF.h>
: class Champ_Inc_P0_base
const Domaine_VEF & domaine_vef() const
int imprime(Sortie &, int) const override
int imprime_P0(Sortie &, int) const
Class defining operators and methods for all reading operation in an input flow (file,...
const Nom & le_nom() const override
Returns the name of the field.
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 Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Base class for output streams.