Motcle#

#include <Motcle.h>
Brief description

Une chaine de caractere ( Nom ) en majuscules.

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

Detailed description#

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

debute_par#

Definition
int Motcle::debute_par(const char *const n) const override
Brief description
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:`int Motcle::debute_par(const char *const n) const override <motcle-public-int-motcle-debute-par-const-char-ptr-const-n-const-override>`
[int Motcle::debute_par(const char *const n) const override](#motcle-public-int-motcle-debute-par-const-char-ptr-const-n-const-override)

duplique#

Definition
int Motcle::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 Motcle::duplique() const override <motcle-public-int-motcle-duplique-const-override>`
[int Motcle::duplique() const override](#motcle-public-int-motcle-duplique-const-override)

find#

Definition
int Motcle::find(const char *const n) const override
Brief description
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:`int Motcle::find(const char *const n) const override <motcle-public-int-motcle-find-const-char-ptr-const-n-const-override>`
[int Motcle::find(const char *const n) const override](#motcle-public-int-motcle-find-const-char-ptr-const-n-const-override)

finit_par#

Definition
int Motcle::finit_par(const char *const n) const override
Brief description
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:`int Motcle::finit_par(const char *const n) const override <motcle-public-int-motcle-finit-par-const-char-ptr-const-n-const-override>`
[int Motcle::finit_par(const char *const n) const override](#motcle-public-int-motcle-finit-par-const-char-ptr-const-n-const-override)

get_info#

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

Motcle#

Definition
Motcle::Motcle()
Brief description

Constructeur par defaut Construit un Nom puis le passe en majuscule.

Detailed description
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:`Motcle::Motcle() <motcle-public-motcle-motcle>`
[Motcle::Motcle()](#motcle-public-motcle-motcle)

Motcle#

Definition
Motcle::Motcle(const char *const nom)
Brief description

Construction d’un Motcle a partie d’une chaine de caracteres Construit un Nom puis le passe en majuscules.

Detailed description
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:`Motcle::Motcle(const char *const nom) <motcle-public-motcle-motcle-const-char-ptr-const-nom>`
[Motcle::Motcle(const char *const nom)](#motcle-public-motcle-motcle-const-char-ptr-const-nom)

Motcle#

Definition
Motcle::Motcle(const Motcle &nom)
Brief description

Construction d’un Motcle par copie.

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:`Motcle::Motcle(const Motcle &nom) <motcle-public-motcle-motcle-const-motcle-ref-nom>`
[Motcle::Motcle(const Motcle &nom)](#motcle-public-motcle-motcle-const-motcle-ref-nom)

Motcle#

Definition
Motcle::Motcle(const Nom &)
Brief description
Detailed description
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:`Motcle::Motcle(const Nom &) <motcle-public-motcle-motcle-const-nom-ref>`
[Motcle::Motcle(const Nom &)](#motcle-public-motcle-motcle-const-nom-ref)

Motcle#

Definition
Motcle::Motcle(const std::string &nom)
Brief description
Detailed description
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:`Motcle::Motcle(const std::string &nom) <motcle-public-motcle-motcle-const-std-string-ref-nom>`
[Motcle::Motcle(const std::string &nom)](#motcle-public-motcle-motcle-const-std-string-ref-nom)

operator + =#

Definition
Motcle & Motcle::operator+=(const char *const)
Brief description
Detailed description
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:`Motcle & Motcle::operator+=(const char *const) <motcle-public-motcle-ref-motcle-operator+-equal-const-char-ptr-const>`
[Motcle & Motcle::operator+=(const char *const)](#motcle-public-motcle-ref-motcle-operator+-equal-const-char-ptr-const)

operator =#

Definition
Motcle & Motcle::operator=(const char *const)
Brief description

Construction a partir d’une chaine de caracteres Utilise l’implementation de la classe Nom .

Detailed description
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:`Motcle & Motcle::operator=(const char *const) <motcle-public-motcle-ref-motcle-operator-equal-const-char-ptr-const>`
[Motcle & Motcle::operator=(const char *const)](#motcle-public-motcle-ref-motcle-operator-equal-const-char-ptr-const)

operator =#

Definition
Motcle & Motcle::operator=(const Motcle &)
Brief description

Construction par copie Utilise l’implementation de la classe Nom .

Detailed description
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:`Motcle & Motcle::operator=(const Motcle &) <motcle-public-motcle-ref-motcle-operator-equal-const-motcle-ref>`
[Motcle & Motcle::operator=(const Motcle &)](#motcle-public-motcle-ref-motcle-operator-equal-const-motcle-ref)

operator =#

Definition
Motcle & Motcle::operator=(const Nom &)
Brief description
Detailed description
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:`Motcle & Motcle::operator=(const Nom &) <motcle-public-motcle-ref-motcle-operator-equal-const-nom-ref>`
[Motcle & Motcle::operator=(const Nom &)](#motcle-public-motcle-ref-motcle-operator-equal-const-nom-ref)

selftest#

Definition
int Motcle::selftest()
Brief description

Autotest de la classe Motcle Effectue des affectations de controle.

Detailed description

Retourne toujours 1

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 Motcle::selftest() <motcle-public-int-motcle-selftest>`
[int Motcle::selftest()](#motcle-public-int-motcle-selftest)

taille_memoire#

Definition
unsigned Motcle::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 Motcle::taille_memoire() const override <motcle-public-unsigned-motcle-taille-memoire-const-override>`
[unsigned Motcle::taille_memoire() const override](#motcle-public-unsigned-motcle-taille-memoire-const-override)

~Motcle#

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

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

Ecriture d’un Motcle sur un flot de sortie Utilise l’implementation de la classe Nom .

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

readOn#

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

Lecture d’un Motcle dans un flot d’entree Utilise l’implementation de la classe Nom .

Detailed description

Passe ensuite le Nom en majuscules

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

Attributes Documentation#

info_obj (public)
const Type_info Motcle::info_obj

Friends#

  • int operator!=

  • int operator!=

  • int operator!=

  • int operator!=

  • int operator!=

  • int operator==

  • int operator==

  • int operator==

  • int operator==

  • int operator==