Interprete#

#include <Interprete.h>
Brief description

Classe de base des objets “interprete”.

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:`Interprete <class-interprete>`
[Interprete](#class-interprete)

Detailed description#

Ces objets definissent des actions a realiser lorsqu’on les rencontre dans le jeu de donnees. L’action est declenchee par un appel a la methode interpreter() . L’interprete peut ensuite lire des parametres supplementaires dans l’entree pour realiser sa tache. En general, l’interprete agit sur d’autres objets declares dans le jeu de donnees. Il peut y acceder par les methodes objet() et objet_existant() . Voir par exemple la classe Lire ou la classe Associer

Inherits from#

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classInterprete__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

get_info#

Definition
const Type_info * Interprete::get_info() const override
Brief description

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 * Interprete::get_info() const override <interprete-public-const-type-info-ptr-interprete-get-info-const-override>`
[const Type_info * Interprete::get_info() const override](#interprete-public-const-type-info-ptr-interprete-get-info-const-override)

Interprete#

Definition
Interprete::Interprete()
Brief description
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:`Interprete::Interprete() <interprete-public-interprete-interprete>`
[Interprete::Interprete()](#interprete-public-interprete-interprete)

interpreter#

Definition
virtual Entree & Interprete::interpreter(Entree &)=0
Brief description
Detailed description
Referenced By
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:`virtual Entree & Interprete::interpreter(Entree &)=0 <interprete-public-virtual-entree-ref-interprete-interpreter-entree-ref-equal-0>`
[virtual Entree & Interprete::interpreter(Entree &)=0](#interprete-public-virtual-entree-ref-interprete-interpreter-entree-ref-equal-0)

~Interprete#

Definition
Interprete::~Interprete() override
Brief description
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:`Interprete::~Interprete() override <interprete-public-interprete-dtor-interprete-override>`
[Interprete::~Interprete() override](#interprete-public-interprete-dtor-interprete-override)

info#

Definition
const Type_info * Interprete::info()
Brief description
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 * Interprete::info() <interprete-public-static-const-type-info-ptr-interprete-info>`
[const Type_info * Interprete::info()](#interprete-public-static-const-type-info-ptr-interprete-info)

objet#

Definition
Objet_U & Interprete::objet(const Nom &)
Brief description

Voir Interprete_bloc::objet_global() BM: la classe Interprete n’est pas le meilleur endroit pour cette.

Detailed description

methode mais on verra ca plus tard…

References
Referenced By
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 & Interprete::objet(const Nom &) <interprete-public-static-objet-u-ref-interprete-objet-const-nom-ref>`
[Objet_U & Interprete::objet(const Nom &)](#interprete-public-static-objet-u-ref-interprete-objet-const-nom-ref)

objet_existant#

Definition
int Interprete::objet_existant(const Nom &)
Brief description

Renvoie 1 si l’objet existe, 0 sinon voir Interprete_bloc::objet_global_existant()

Detailed description
References
Referenced By
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 Interprete::objet_existant(const Nom &) <interprete-public-static-int-interprete-objet-existant-const-nom-ref>`
[int Interprete::objet_existant(const Nom &)](#interprete-public-static-int-interprete-objet-existant-const-nom-ref)

self_cast#

Definition
const Interprete & Interprete::self_cast(const Objet_U &)
Brief description
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 Interprete & Interprete::self_cast(const Objet_U &) <interprete-public-static-const-interprete-ref-interprete-self-cast-const-objet-u-ref>`
[const Interprete & Interprete::self_cast(const Objet_U &)](#interprete-public-static-const-interprete-ref-interprete-self-cast-const-objet-u-ref)

self_cast#

Definition
Interprete & Interprete::self_cast(Objet_U &)
Brief description
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:`Interprete & Interprete::self_cast(Objet_U &) <interprete-public-static-interprete-ref-interprete-self-cast-objet-u-ref>`
[Interprete & Interprete::self_cast(Objet_U &)](#interprete-public-static-interprete-ref-interprete-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Interprete::printOn(Sortie &x) const override
Brief description

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

Detailed description

Reimplements:

References
Referenced By
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 & Interprete::printOn(Sortie &x) const override <interprete-protected-sortie-ref-interprete-printon-sortie-ref-x-const-override>`
[Sortie & Interprete::printOn(Sortie &x) const override](#interprete-protected-sortie-ref-interprete-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Interprete::readOn(Entree &) override
Brief description

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

Detailed description

Reimplements:

References
Referenced By
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 & Interprete::readOn(Entree &) override <interprete-protected-entree-ref-interprete-readon-entree-ref-override>`
[Entree & Interprete::readOn(Entree &) override](#interprete-protected-entree-ref-interprete-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Interprete::info_obj