Associer#
#include <Associer.h>
classe Associer Interprete qui associe deux objets obj1 et obj2:
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Associer <class-associer>`
[Associer](#class-associer)
Detailed description#
[DANS LE JEU DE DONNEES] Associer ob1 ob2
Inherits from#
public : Interprete
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
Associer#
Associer::Associer()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Associer::Associer() <associer-public-associer-associer>`
[Associer::Associer()](#associer-public-associer-associer)
duplique#
int Associer::duplique() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Associer::duplique() const override <associer-public-int-associer-duplique-const-override>`
[int Associer::duplique() const override](#associer-public-int-associer-duplique-const-override)
get_info#
const Type_info * Associer::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Associer::get_info() const override <associer-public-const-type-info-ptr-associer-get-info-const-override>`
[const Type_info * Associer::get_info() const override](#associer-public-const-type-info-ptr-associer-get-info-const-override)
interpreter#
Entree & Associer::interpreter(Entree &) override
Fonction principale de l’interprete Associer : associer deux objets.
Detailed description
On essaye d’associer 1 a 2 et 2 a 1, provoque une erreur si cela echoue.
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & Associer::interpreter(Entree &) override <associer-public-entree-ref-associer-interpreter-entree-ref-override>`
[Entree & Associer::interpreter(Entree &) override](#associer-public-entree-ref-associer-interpreter-entree-ref-override)
taille_memoire#
unsigned Associer::taille_memoire() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`unsigned Associer::taille_memoire() const override <associer-public-unsigned-associer-taille-memoire-const-override>`
[unsigned Associer::taille_memoire() const override](#associer-public-unsigned-associer-taille-memoire-const-override)
~Associer#
Associer::~Associer()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Associer::~Associer() <associer-public-associer-dtor-associer>`
[Associer::~Associer()](#associer-public-associer-dtor-associer)
cree_instance#
Objet_U * Associer::cree_instance()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Objet_U * Associer::cree_instance() <associer-public-static-objet-u-ptr-associer-cree-instance>`
[Objet_U * Associer::cree_instance()](#associer-public-static-objet-u-ptr-associer-cree-instance)
info#
const Type_info * Associer::info()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Associer::info() <associer-public-static-const-type-info-ptr-associer-info>`
[const Type_info * Associer::info()](#associer-public-static-const-type-info-ptr-associer-info)
self_cast#
const Associer & Associer::self_cast(const Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Associer & Associer::self_cast(const Objet_U &) <associer-public-static-const-associer-ref-associer-self-cast-const-objet-u-ref>`
[const Associer & Associer::self_cast(const Objet_U &)](#associer-public-static-const-associer-ref-associer-self-cast-const-objet-u-ref)
self_cast#
Associer & Associer::self_cast(Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Associer & Associer::self_cast(Objet_U &) <associer-public-static-associer-ref-associer-self-cast-objet-u-ref>`
[Associer & Associer::self_cast(Objet_U &)](#associer-public-static-associer-ref-associer-self-cast-objet-u-ref)
printOn#
Sortie & Associer::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Sortie & Associer::printOn(Sortie &x) const override <associer-protected-sortie-ref-associer-printon-sortie-ref-x-const-override>`
[Sortie & Associer::printOn(Sortie &x) const override](#associer-protected-sortie-ref-associer-printon-sortie-ref-x-const-override)
readOn#
Entree & Associer::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & Associer::readOn(Entree &) override <associer-protected-entree-ref-associer-readon-entree-ref-override>`
[Entree & Associer::readOn(Entree &) override](#associer-protected-entree-ref-associer-readon-entree-ref-override)
Attributes Documentation#
const Type_info Associer::info_obj