LecFicDistribue#

#include <LecFicDistribue.h>
Brief description

Cette classe implemente les operateurs et les methodes virtuelles de la classe EFichier de la facon suivante : Il y a autant de fichiers que de processus, physiquement localises sur le disque de la machine hebergeant la tache maitre de l’applicatin Trio - U (le processus de rang 0 dans le groupe “tous”).

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

Detailed description#

Le processus maitre lit tour a tour un item dans chacun des fichiers et l’envoie au processus correspondant. Il en est de meme pour les methodes d’inspection de l’etat d’un fichier.

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classLecFicDistribue__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

duplique#

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

get_info#

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

LecFicDistribue#

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

LecFicDistribue#

Definition
LecFicDistribue::LecFicDistribue(const char *name, std::ios_base::openmode mode=ios::in)
Brief description

Constructeur Ouvre le fichier avec les parametres mode et prot donnes.

Detailed description

Ces parametres sont les parametres de la methode open standard

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:`LecFicDistribue::LecFicDistribue(const char *name, std::ios_base::openmode mode=ios::in) <lecficdistribue-public-lecficdistribue-lecficdistribue-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-in>`
[LecFicDistribue::LecFicDistribue(const char *name, std::ios_base::openmode mode=ios::in)](#lecficdistribue-public-lecficdistribue-lecficdistribue-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-in)

ouvrir#

Definition
int LecFicDistribue::ouvrir(const char *name, std::ios_base::openmode mode=ios::in) override
Brief description

Ouvre le fichier avec les parametres mode et prot donnes Ces parametres sont les parametres de la methode open standard.

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:`int LecFicDistribue::ouvrir(const char *name, std::ios_base::openmode mode=ios::in) override <lecficdistribue-public-int-lecficdistribue-ouvrir-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-in-override>`
[int LecFicDistribue::ouvrir(const char *name, std::ios_base::openmode mode=ios::in) override](#lecficdistribue-public-int-lecficdistribue-ouvrir-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-in-override)

taille_memoire#

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

~LecFicDistribue#

Definition
LecFicDistribue::~LecFicDistribue()
Brief description
Detailed description
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:`LecFicDistribue::~LecFicDistribue() <lecficdistribue-public-lecficdistribue-dtor-lecficdistribue>`
[LecFicDistribue::~LecFicDistribue()](#lecficdistribue-public-lecficdistribue-dtor-lecficdistribue)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

readOn#

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

LecFicDistribue#

Definition
LecFicDistribue::LecFicDistribue(int)
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:`LecFicDistribue::LecFicDistribue(int) <lecficdistribue-private-lecficdistribue-lecficdistribue-int>`
[LecFicDistribue::LecFicDistribue(int)](#lecficdistribue-private-lecficdistribue-lecficdistribue-int)

Attributes Documentation#

info_obj (public)
const Type_info LecFicDistribue::info_obj