Base class for all post-processing objects.
virtual void associer_nom_et_pb_base(const Nom &, const Probleme_base &)
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
int reprendre(Entree &is) override
Restores an Objet_U from an input stream. Virtual method to override.
static const char *const demande_description
virtual void set_param(Param ¶m) const override=0
int sauvegarder(Sortie &os) const override
Saves an Objet_U to an output stream. Virtual method to override.
const Nom & le_nom() const override
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual void mettre_a_jour(double temps)