Lire#

#include <Lire.h>
Brief description

Keyword to read an object, typically from a data file.

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

Detailed description#

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classLire__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

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

get_info#

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

interpreter#

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

Read an object.

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

Lire#

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

taille_memoire#

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

~Lire#

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

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

appel a la methode printOn de la classe Interprete

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

readOn#

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

appel a la methode readOn de la classe Interprete

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

Attributes Documentation#

info_obj (public)
const Type_info Lire::info_obj