VerifierCoin#
#include <VerifierCoin.h>
classe VerifierCoin 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:`VerifierCoin <class-verifiercoin>`
[VerifierCoin](#class-verifiercoin)
Detailed description#
[DANS LE JEU DE DONNEES] VerifierCoin pb
Inherits from#
public : Interprete_geometrique_base_32_64
<int>
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#
duplique#
int VerifierCoin::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 VerifierCoin::duplique() const override <verifiercoin-public-int-verifiercoin-duplique-const-override>`
[int VerifierCoin::duplique() const override](#verifiercoin-public-int-verifiercoin-duplique-const-override)
get_info#
const Type_info * VerifierCoin::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 * VerifierCoin::get_info() const override <verifiercoin-public-const-type-info-ptr-verifiercoin-get-info-const-override>`
[const Type_info * VerifierCoin::get_info() const override](#verifiercoin-public-const-type-info-ptr-verifiercoin-get-info-const-override)
interpreter_#
Entree & VerifierCoin::interpreter_(Entree &) override
Fonction principale de l’interprete: resoudre un probleme.
Detailed description
On cherche dynamiquement le type du probleme a resoudre on resoud le probleme et on effectue les postraitements.
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 & VerifierCoin::interpreter_(Entree &) override <verifiercoin-public-entree-ref-verifiercoin-interpreter-underscore-entree-ref-override>`
[Entree & VerifierCoin::interpreter_(Entree &) override](#verifiercoin-public-entree-ref-verifiercoin-interpreter-underscore-entree-ref-override)
taille_memoire#
unsigned VerifierCoin::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 VerifierCoin::taille_memoire() const override <verifiercoin-public-unsigned-verifiercoin-taille-memoire-const-override>`
[unsigned VerifierCoin::taille_memoire() const override](#verifiercoin-public-unsigned-verifiercoin-taille-memoire-const-override)
VerifierCoin#
VerifierCoin::VerifierCoin()
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:`VerifierCoin::VerifierCoin() <verifiercoin-public-verifiercoin-verifiercoin>`
[VerifierCoin::VerifierCoin()](#verifiercoin-public-verifiercoin-verifiercoin)
~VerifierCoin#
VerifierCoin::~VerifierCoin()
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:`VerifierCoin::~VerifierCoin() <verifiercoin-public-verifiercoin-dtor-verifiercoin>`
[VerifierCoin::~VerifierCoin()](#verifiercoin-public-verifiercoin-dtor-verifiercoin)
cree_instance#
Objet_U * VerifierCoin::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 * VerifierCoin::cree_instance() <verifiercoin-public-static-objet-u-ptr-verifiercoin-cree-instance>`
[Objet_U * VerifierCoin::cree_instance()](#verifiercoin-public-static-objet-u-ptr-verifiercoin-cree-instance)
info#
const Type_info * VerifierCoin::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 * VerifierCoin::info() <verifiercoin-public-static-const-type-info-ptr-verifiercoin-info>`
[const Type_info * VerifierCoin::info()](#verifiercoin-public-static-const-type-info-ptr-verifiercoin-info)
self_cast#
const VerifierCoin & VerifierCoin::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 VerifierCoin & VerifierCoin::self_cast(const Objet_U &) <verifiercoin-public-static-const-verifiercoin-ref-verifiercoin-self-cast-const-objet-u-ref>`
[const VerifierCoin & VerifierCoin::self_cast(const Objet_U &)](#verifiercoin-public-static-const-verifiercoin-ref-verifiercoin-self-cast-const-objet-u-ref)
self_cast#
VerifierCoin & VerifierCoin::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:`VerifierCoin & VerifierCoin::self_cast(Objet_U &) <verifiercoin-public-static-verifiercoin-ref-verifiercoin-self-cast-objet-u-ref>`
[VerifierCoin & VerifierCoin::self_cast(Objet_U &)](#verifiercoin-public-static-verifiercoin-ref-verifiercoin-self-cast-objet-u-ref)
printOn#
Sortie & VerifierCoin::printOn(Sortie &x) const override
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 & VerifierCoin::printOn(Sortie &x) const override <verifiercoin-protected-sortie-ref-verifiercoin-printon-sortie-ref-x-const-override>`
[Sortie & VerifierCoin::printOn(Sortie &x) const override](#verifiercoin-protected-sortie-ref-verifiercoin-printon-sortie-ref-x-const-override)
readOn#
Entree & VerifierCoin::readOn(Entree &) override
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 & VerifierCoin::readOn(Entree &) override <verifiercoin-protected-entree-ref-verifiercoin-readon-entree-ref-override>`
[Entree & VerifierCoin::readOn(Entree &) override](#verifiercoin-protected-entree-ref-verifiercoin-readon-entree-ref-override)
Attributes Documentation#
bool VerifierCoin::expert_only = false
const Type_info VerifierCoin::info_obj