57 Cerr <<
"Reading problem in Associer" << finl;
62 int association12,association21;
70 Cerr <<
"Impossible to associate objects '" << ob1.
que_suis_je()
79 Cerr <<
"The medium " << ob2.
que_suis_je() <<
" \"" << nom2
80 <<
"\" can not be associated to the problem" << finl;
82 <<
"\" because it is already associated with another problem." << finl;
88 Cerr <<
"The medium " << ob1.
que_suis_je() <<
" \"" << nom1
89 <<
"\" can not be associated to the problem" << finl;
91 <<
"\" because it is already associated with another problem." << finl;
classe Associer Interprete qui associe deux objets obj1 et obj2:
Entree & interpreter(Entree &) override
Fonction principale de l'interprete Associer: associer deux objets.
Class defining operators and methods for all reading operation in an input flow (file,...
Classe de base des objets "interprete".
static Objet_U & objet(const Nom &)
Voir Interprete_bloc::objet_global() BM: la classe Interprete n'est pas le meilleur endroit pour cett...
class Nom Une chaine de caractere pour nommer les objets de TRUST
virtual int associer_(Objet_U &)
Associe l'Objet_U a un autre Objet_U Methode virtuelle a surcharger.
const Nom & que_suis_je() const
renvoie la chaine identifiant la classe.
virtual Entree & readOn(Entree &)
Lecture d'un Objet_U sur un flot d'entree Methode a surcharger.
Objet_U()
Constructeur par defaut : attribue un numero d'identifiant unique a l'objet (object_id_),...
virtual Sortie & printOn(Sortie &) const
Ecriture de l'objet sur un flot de sortie Methode a surcharger.
static void exit(int exit_code=-1)
Routine de sortie de TRUST dans une region Kokkos.
Classe de base des flux de sortie.