EcrFicCollecte#
#include <EcrFicCollecte.h>
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#
public : SFichier
Inherited by#
public : EcrFicCollecteBin
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
List of Private Methods#
Complete Member Function Documentation#
duplique#
int EcrFicCollecte::duplique() const override
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#
EcrFicCollecte::EcrFicCollecte()
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#
EcrFicCollecte::EcrFicCollecte(const char *name, std::ios_base::openmode mode=ios::out)
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#
const Type_info * EcrFicCollecte::get_info() const override
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#
int EcrFicCollecte::ouvrir(const char *name, std::ios_base::openmode mode=ios::out) override
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#
unsigned EcrFicCollecte::taille_memoire() const override
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#
EcrFicCollecte::~EcrFicCollecte()
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#
Objet_U * EcrFicCollecte::cree_instance()
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#
const Type_info * EcrFicCollecte::info()
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#
const EcrFicCollecte & EcrFicCollecte::self_cast(const Objet_U &)
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#
EcrFicCollecte & EcrFicCollecte::self_cast(Objet_U &)
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#
Sortie & EcrFicCollecte::printOn(Sortie &x) const override
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#
Entree & EcrFicCollecte::readOn(Entree &) override
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#
EcrFicCollecte::EcrFicCollecte(int)
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#
const Type_info EcrFicCollecte::info_obj