Resoudre#

#include <Resoudre.h>
Brief description

classe Resoudre Interprete qui resoud un probleme:

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

Detailed description#

[DANS LE JEU DE DONNEES] Resoudre pb

Inherits from#

Inheritance graph#

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

../../../../../_images/classResoudre__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

Definition
int Resoudre::duplique() const override
Brief description
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 Resoudre::duplique() const override <resoudre-public-int-resoudre-duplique-const-override>`
[int Resoudre::duplique() const override](#resoudre-public-int-resoudre-duplique-const-override)

get_info#

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

interpreter#

Definition
Entree & Resoudre::interpreter(Entree &) override
Brief description

Task of the interpretor: Solve a problem (name read from the input stream)

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 & Resoudre::interpreter(Entree &) override <resoudre-public-entree-ref-resoudre-interpreter-entree-ref-override>`
[Entree & Resoudre::interpreter(Entree &) override](#resoudre-public-entree-ref-resoudre-interpreter-entree-ref-override)

Resoudre#

Definition
Resoudre::Resoudre()
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:`Resoudre::Resoudre() <resoudre-public-resoudre-resoudre>`
[Resoudre::Resoudre()](#resoudre-public-resoudre-resoudre)

taille_memoire#

Definition
unsigned Resoudre::taille_memoire() const override
Brief description
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 Resoudre::taille_memoire() const override <resoudre-public-unsigned-resoudre-taille-memoire-const-override>`
[unsigned Resoudre::taille_memoire() const override](#resoudre-public-unsigned-resoudre-taille-memoire-const-override)

~Resoudre#

Definition
Resoudre::~Resoudre()
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:`Resoudre::~Resoudre() <resoudre-public-resoudre-dtor-resoudre>`
[Resoudre::~Resoudre()](#resoudre-public-resoudre-dtor-resoudre)

cree_instance#

Definition
Objet_U * Resoudre::cree_instance()
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:`Objet_U * Resoudre::cree_instance() <resoudre-public-static-objet-u-ptr-resoudre-cree-instance>`
[Objet_U * Resoudre::cree_instance()](#resoudre-public-static-objet-u-ptr-resoudre-cree-instance)

info#

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

self_cast#

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

self_cast#

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

printOn#

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

Simple appel a: Interprete::printOn(Sortie&)

Detailed description

Imprime l’interprete sur un flot de sortie

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 & Resoudre::printOn(Sortie &x) const override <resoudre-protected-sortie-ref-resoudre-printon-sortie-ref-x-const-override>`
[Sortie & Resoudre::printOn(Sortie &x) const override](#resoudre-protected-sortie-ref-resoudre-printon-sortie-ref-x-const-override)

readOn#

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

Simple appel a: Interprete::readOn(Entree&)

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 & Resoudre::readOn(Entree &) override <resoudre-protected-entree-ref-resoudre-readon-entree-ref-override>`
[Entree & Resoudre::readOn(Entree &) override](#resoudre-protected-entree-ref-resoudre-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Resoudre::info_obj