Lecture_Table#

#include <Lecture_Table.h>
Brief description

: class Lecture_Table

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:`Lecture\_Table <class-lecture-table>`
[Lecture\_Table](#class-lecture-table)

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classLecture__Table__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

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

get_info#

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

Lecture_Table#

Definition
Lecture_Table::Lecture_Table()
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:`Lecture_Table::Lecture_Table() <lecture-table-public-lecture-table-lecture-table>`
[Lecture_Table::Lecture_Table()](#lecture-table-public-lecture-table-lecture-table)

lire_table#

Definition
Entree & Lecture_Table::lire_table(Entree &is, Table &la_table)
Brief description
Detailed description
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 & Lecture_Table::lire_table(Entree &is, Table &la_table) <lecture-table-public-entree-ref-lecture-table-lire-table-entree-ref-is-table-ref-la-table>`
[Entree & Lecture_Table::lire_table(Entree &is, Table &la_table)](#lecture-table-public-entree-ref-lecture-table-lire-table-entree-ref-is-table-ref-la-table)

taille_memoire#

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

~Lecture_Table#

Definition
Lecture_Table::~Lecture_Table()
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:`Lecture_Table::~Lecture_Table() <lecture-table-public-lecture-table-dtor-lecture-table>`
[Lecture_Table::~Lecture_Table()](#lecture-table-public-lecture-table-dtor-lecture-table)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

readOn#

Definition
Entree & Lecture_Table::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 & Lecture_Table::readOn(Entree &) override <lecture-table-protected-entree-ref-lecture-table-readon-entree-ref-override>`
[Entree & Lecture_Table::readOn(Entree &) override](#lecture-table-protected-entree-ref-lecture-table-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Lecture_Table::info_obj