Esp_Virt#

#include <Esp_Virt.h>
Brief description

Espace virtuel utilise dans la gestion des tableaux distribues.

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:`Esp\_Virt <class-esp-virt>`
[Esp\_Virt](#class-esp-virt)

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classEsp__Virt__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

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

Esp_Virt#

Definition
Esp_Virt::Esp_Virt()
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:`Esp_Virt::Esp_Virt() <esp-virt-public-esp-virt-esp-virt>`
[Esp_Virt::Esp_Virt()](#esp-virt-public-esp-virt-esp-virt)

get_info#

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

taille_memoire#

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

~Esp_Virt#

Definition
Esp_Virt::~Esp_Virt()
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:`Esp_Virt::~Esp_Virt() <esp-virt-public-esp-virt-dtor-esp-virt>`
[Esp_Virt::~Esp_Virt()](#esp-virt-public-esp-virt-dtor-esp-virt)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

Ecriture d’un espace virtuel sur un flot de sortie Un espace virtuel est represente par ses 3 attributs PE_voisin_, deb_ et nb_.

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

readOn#

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

Lecture d’un espace virtuel dans un flot d’entree Un espace virtuel est represente par ses 3 attributs PE_voisin_, deb_ et nb_.

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

Attributes Documentation#

info_obj (public)
const Type_info Esp_Virt::info_obj
desc_ev_ (private)
TRUST_Vector<Descripteur> Esp_Virt::desc_ev_
PE_voisin_ (private)
int Esp_Virt::PE_voisin_