EcrFicCollecte#

#include <EcrFicCollecte.h>
Brief description

Ecriture dans un fichier 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:`EcrFicCollecte <class-ecrficcollecte>`
[EcrFicCollecte](#class-ecrficcollecte)

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#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

duplique#

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

EcrFicCollecte#

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

EcrFicCollecte#

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

get_info#

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

ouvrir#

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

taille_memoire#

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

~EcrFicCollecte#

Definition
EcrFicCollecte::~EcrFicCollecte()
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:`EcrFicCollecte::~EcrFicCollecte() <ecrficcollecte-public-ecrficcollecte-dtor-ecrficcollecte>`
[EcrFicCollecte::~EcrFicCollecte()](#ecrficcollecte-public-ecrficcollecte-dtor-ecrficcollecte)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

readOn#

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

EcrFicCollecte#

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

Attributes Documentation#

info_obj (public)
const Type_info EcrFicCollecte::info_obj