Array_base#

#include <Array_base.h>
Brief description

Empty class used as a base for all the arrays.

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:`Array\_base <class-array-base>`
[Array\_base](#class-array-base)

Detailed description#

Allows to pass a generic type, whatever the real derived nature of the array. (e.g. Domaine::creer_tableau_sommets() )

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classArray__base__inherit__graph.png

List of Public Static Methods#

List of Public Methods#

List of Protected Methods#

Complete Member Function Documentation#

info#

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

self_cast#

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

self_cast#

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

get_info#

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

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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

Attributes Documentation#

info_obj (public)
const Type_info Array_base::info_obj