EcrFicCollecteBin#

#include <EcrFicCollecteBin.h>
Brief description

Ecriture dans un fichier au format binaire Cette classe implemente les operateurs et les methodes virtuelles de la clase SFichier de la facon suivante :

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

Detailed description#

Il y a autant de fichiers que de processus, physiquement localises sur le disque de la machine hebergeant la tache maitre de l’application Trio - U (le processus de rang 0 dans le groupe “tous”) Le processus maitre recoit chaque item a ecrire de chacun des processus et dans chacun chacun des fichiers. il en est de meme pour les methodes d’inspection de l’etat d’un fichier.

Inherits from#

Inheritance graph#

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

../../../../../_images/classEcrFicCollecteBin__inherit__graph.png

List of Public Static Methods#

List of Public Methods#

List of Protected Methods#

Complete Member Function Documentation#

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

duplique#

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

EcrFicCollecteBin#

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

EcrFicCollecteBin#

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

get_info#

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

taille_memoire#

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

~EcrFicCollecteBin#

Definition
EcrFicCollecteBin::~EcrFicCollecteBin() override
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:`EcrFicCollecteBin::~EcrFicCollecteBin() override <ecrficcollectebin-public-ecrficcollectebin-dtor-ecrficcollectebin-override>`
[EcrFicCollecteBin::~EcrFicCollecteBin() override](#ecrficcollectebin-public-ecrficcollectebin-dtor-ecrficcollectebin-override)

printOn#

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

readOn#

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

Attributes Documentation#

info_obj (public)
const Type_info EcrFicCollecteBin::info_obj