LecFicDiffuseBin#

#include <LecFicDiffuseBin.h>
Brief description

Read a file in binary format.

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

Detailed description#

This class implements the operators and virtual methods of the EFichier class in the following way: The file to read is physically locate on the disk of the machine hosting the master task of the Trio - U application (the process of rank 0 in the “tous” group) and each item read from this file is published to all other processes of the “tous” group. It is the same for the methods of inspection of the state of a file.

Inherits from#

Inheritance graph#

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

../../../../../_images/classLecFicDiffuseBin__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

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

get_info#

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

LecFicDiffuseBin#

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

LecFicDiffuseBin#

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

taille_memoire#

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

~LecFicDiffuseBin#

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

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

readOn#

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

Attributes Documentation#

info_obj (public)
const Type_info LecFicDiffuseBin::info_obj