Ecrire#

#include <Ecrire.h>
Brief description

Ecrit un objet : Ecrire ob1.

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

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classEcrire__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

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

Ecrire#

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

get_info#

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

interpreter#

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

taille_memoire#

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

~Ecrire#

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

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

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

readOn#

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

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

Attributes Documentation#

info_obj (public)
const Type_info Ecrire::info_obj