16#include <Objet_U_With_Params.h>
55 return __readOn_Impl_DO_NOT_OVERRIDE_UNLESS_THE_WORLD_IS_ENDING(is);
68Entree& Objet_U_With_Params::__readOn_Impl_DO_NOT_OVERRIDE_UNLESS_THE_WORLD_IS_ENDING(
Entree& is)
71 Cerr<<
"Reading of data for a "<<
que_suis_je()<<
" equation"<<finl;
74 param.lire_avec_accolades_depuis(is);
Class defining operators and methods for all reading operation in an input flow (file,...
Inherits from Objet_U, adds the very common method set_param for the Objet_U hierarchy.
virtual void validate_params() const
Called in the readOn of Objet_U_With_Params, after reading the params.
Entree & readOn(Entree &) override final
Reading of the input stream (dataset) with the helper class Param.
classe Objet_U Cette classe est la classe de base des Objets de TRUST
virtual void set_param(Param &) const
const Nom & que_suis_je() const
renvoie la chaine identifiant la classe.
virtual Sortie & printOn(Sortie &) const
Ecriture de l'objet sur un flot de sortie Methode a surcharger.
Helper class to factorize the readOn method of Objet_U classes.
Classe de base des flux de sortie.