LecFicDiffuse_JDD#

#include <LecFicDiffuse_JDD.h>
Brief description

Cette classe implemente les operateurs et les methodes virtuelles de la classe EFichier de la facon suivante : Le fichier a lire est physiquement localise sur le disque de la machine hebergeant la tache maitre de l’application 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:`LecFicDiffuse\_JDD <class-lecficdiffuse-jdd>`
[LecFicDiffuse\_JDD](#class-lecficdiffuse-jdd)

Detailed description#

et chaque item lu dans ce fichier est diffuse a tous les autres processus du groupe tous. 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/classLecFicDiffuse__JDD__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

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

get_entree_master#

Definition
Entree & LecFicDiffuse_JDD::get_entree_master() override
Brief description
Detailed description

Reimplements:

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:`Entree & LecFicDiffuse_JDD::get_entree_master() override <lecficdiffuse-jdd-public-entree-ref-lecficdiffuse-jdd-get-entree-master-override>`
[Entree & LecFicDiffuse_JDD::get_entree_master() override](#lecficdiffuse-jdd-public-entree-ref-lecficdiffuse-jdd-get-entree-master-override)

get_info#

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

LecFicDiffuse_JDD#

Definition
LecFicDiffuse_JDD::LecFicDiffuse_JDD()
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:`LecFicDiffuse_JDD::LecFicDiffuse_JDD() <lecficdiffuse-jdd-public-lecficdiffuse-jdd-lecficdiffuse-jdd>`
[LecFicDiffuse_JDD::LecFicDiffuse_JDD()](#lecficdiffuse-jdd-public-lecficdiffuse-jdd-lecficdiffuse-jdd)

LecFicDiffuse_JDD#

Definition
LecFicDiffuse_JDD::LecFicDiffuse_JDD(const char *name, std::ios_base::openmode mode=ios::in, bool apply_verification=true)
Brief description

ouverture du fichier name.

Detailed description

Cette methode doit etre appelee sur tous les processeurs. En cas d’echec : exit()

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:`LecFicDiffuse_JDD::LecFicDiffuse_JDD(const char *name, std::ios_base::openmode mode=ios::in, bool apply_verification=true) <lecficdiffuse-jdd-public-lecficdiffuse-jdd-lecficdiffuse-jdd-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-in-bool-apply-verification-equal-true>`
[LecFicDiffuse_JDD::LecFicDiffuse_JDD(const char *name, std::ios_base::openmode mode=ios::in, bool apply_verification=true)](#lecficdiffuse-jdd-public-lecficdiffuse-jdd-lecficdiffuse-jdd-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-in-bool-apply-verification-equal-true)

ouvrir#

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

Ouverture du fichier.

Detailed description

Cette methode doit etre appelee par tous les processeurs du groupe. Valeur de retour: 1 si ok, 0 sinon

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

taille_memoire#

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

track_lines#

Definition
void LecFicDiffuse_JDD::track_lines(bool b)
Brief description
Detailed description
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:`void LecFicDiffuse_JDD::track_lines(bool b) <lecficdiffuse-jdd-public-void-lecficdiffuse-jdd-track-lines-bool-b>`
[void LecFicDiffuse_JDD::track_lines(bool b)](#lecficdiffuse-jdd-public-void-lecficdiffuse-jdd-track-lines-bool-b)

~LecFicDiffuse_JDD#

Definition
LecFicDiffuse_JDD::~LecFicDiffuse_JDD()
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:`LecFicDiffuse_JDD::~LecFicDiffuse_JDD() <lecficdiffuse-jdd-public-lecficdiffuse-jdd-dtor-lecficdiffuse-jdd>`
[LecFicDiffuse_JDD::~LecFicDiffuse_JDD()](#lecficdiffuse-jdd-public-lecficdiffuse-jdd-dtor-lecficdiffuse-jdd)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

readOn#

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

Attributes Documentation#

info_obj (public)
const Type_info LecFicDiffuse_JDD::info_obj
apply_verif (protected)
bool LecFicDiffuse_JDD::apply_verif

! whether obsolete keywords should be checked or not. True by default.

chaine_ (protected)
EChaineJDD LecFicDiffuse_JDD::chaine_