Champs_compris_T#

#include <Champs_compris.h>

classe Champs_compris Represente un champ compris par un objet de type Equation, Milieu,

How to cite this class in this doc#

:ref:`Champs\_compris\_T <class-template-champs-compris-t>`
[Champs\_compris\_T](#class-template-champs-compris-t)

Detailed description#

Operateur, Source, Traitement_particulier. Parametrized by the type of field: typically Champ_base or IJK_Field_double

Inherited by#

List of Public Methods#

Complete Member Function Documentation#

ajoute_champ
void Champs_compris_T<FIELD_TYPE>::ajoute_champ(const FIELD_TYPE &champ)
References
Referenced By
How to cite in this doc:
:ref:`void Champs_compris_T<FIELD_TYPE>::ajoute_champ(const FIELD_TYPE &champ) <public-void-champs-compris-t-field-type-ajoute-champ-const-field-type-ref-champ>`
[void Champs_compris_T<FIELD_TYPE>::ajoute_champ(const FIELD_TYPE &champ)](#public-void-champs-compris-t-field-type-ajoute-champ-const-field-type-ref-champ)
clear_champs_compris
void Champs_compris_T<FIELD_TYPE>::clear_champs_compris()
References
How to cite in this doc:
:ref:`void Champs_compris_T<FIELD_TYPE>::clear_champs_compris() <public-void-champs-compris-t-field-type-clear-champs-compris>`
[void Champs_compris_T<FIELD_TYPE>::clear_champs_compris()](#public-void-champs-compris-t-field-type-clear-champs-compris)
get_champ
const FIELD_TYPE & Champs_compris_T<FIELD_TYPE>::get_champ(const Motcle &nom) const
References
Referenced By
How to cite in this doc:
:ref:`const FIELD_TYPE & Champs_compris_T<FIELD_TYPE>::get_champ(const Motcle &nom) const <public-const-field-type-ref-champs-compris-t-field-type-get-champ-const-motcle-ref-nom-const>`
[const FIELD_TYPE & Champs_compris_T<FIELD_TYPE>::get_champ(const Motcle &nom) const](#public-const-field-type-ref-champs-compris-t-field-type-get-champ-const-motcle-ref-nom-const)
has_champ
bool Champs_compris_T<FIELD_TYPE>::has_champ(const Motcle &nom) const
References
How to cite in this doc:
:ref:`bool Champs_compris_T<FIELD_TYPE>::has_champ(const Motcle &nom) const <public-bool-champs-compris-t-field-type-has-champ-const-motcle-ref-nom-const>`
[bool Champs_compris_T<FIELD_TYPE>::has_champ(const Motcle &nom) const](#public-bool-champs-compris-t-field-type-has-champ-const-motcle-ref-nom-const)
has_champ
bool Champs_compris_T<FIELD_TYPE>::has_champ(const Motcle &nom, TRUST_Ref< FIELD_TYPE * > &ref_champ) const
References
Referenced By
How to cite in this doc:
:ref:`bool Champs_compris_T<FIELD_TYPE>::has_champ(const Motcle &nom, TRUST_Ref< FIELD_TYPE * > &ref_champ) const <public-bool-champs-compris-t-field-type-has-champ-const-motcle-ref-nom-trust-ref-field-type-ptr-ref-ref-champ-const>`
[bool Champs_compris_T<FIELD_TYPE>::has_champ(const Motcle &nom, TRUST_Ref< FIELD_TYPE * > &ref_champ) const](#public-bool-champs-compris-t-field-type-has-champ-const-motcle-ref-nom-trust-ref-field-type-ptr-ref-ref-champ-const)
liste_noms_compris
const Noms Champs_compris_T<FIELD_TYPE>::liste_noms_compris() const
References
Referenced By
How to cite in this doc:
:ref:`const Noms Champs_compris_T<FIELD_TYPE>::liste_noms_compris() const <public-const-noms-champs-compris-t-field-type-liste-noms-compris-const>`
[const Noms Champs_compris_T<FIELD_TYPE>::liste_noms_compris() const](#public-const-noms-champs-compris-t-field-type-liste-noms-compris-const)

Attributes Documentation#

liste_champs_ (protected)
std::unordered_map<std::string, TRUST_Ref<FIELD_TYPE *>> Champs_compris_T<FIELD_TYPE>::liste_champs_