TRUSTList#
#include <TRUSTList.h>
: Classe qui sert a representer une liste de reels int/double precision.
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:`TRUSTList <class-template-trustlist>`
[TRUSTList](#class-template-trustlist)
Detailed description#
On ne peut pas utiliser la classe container List avec des objets du type int/double car int/double est un type predefini du C + + qui ne possede pas les fonctions exigees par List<>.
Inherits from#
public : TRUSTListElem
<_TYPE_>
List of Public Methods#
Complete Member Function Documentation#
add#
TRUSTList & TRUSTList<_TYPE_>::add(_TYPE_)
Detailed description
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:`TRUSTList & TRUSTList<_TYPE_>::add(_TYPE_) <trustlist-public-trustlist-ref-trustlist-type-add-type>`
[TRUSTList & TRUSTList<_TYPE_>::add(_TYPE_)](#trustlist-public-trustlist-ref-trustlist-type-add-type)
add_if_not#
TRUSTList & TRUSTList<_TYPE_>::add_if_not(_TYPE_)
Detailed description
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:`TRUSTList & TRUSTList<_TYPE_>::add_if_not(_TYPE_) <trustlist-public-trustlist-ref-trustlist-type-add-if-not-type>`
[TRUSTList & TRUSTList<_TYPE_>::add_if_not(_TYPE_)](#trustlist-public-trustlist-ref-trustlist-type-add-if-not-type)
calcule_min_max#
void TRUSTList<_TYPE_>::calcule_min_max()
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:`void TRUSTList<_TYPE_>::calcule_min_max() <trustlist-public-void-trustlist-type-calcule-min-max>`
[void TRUSTList<_TYPE_>::calcule_min_max()](#trustlist-public-void-trustlist-type-calcule-min-max)
contient#
int TRUSTList<_TYPE_>::contient(_TYPE_) const
Detailed description
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 TRUSTList<_TYPE_>::contient(_TYPE_) const <trustlist-public-int-trustlist-type-contient-type-const>`
[int TRUSTList<_TYPE_>::contient(_TYPE_) const](#trustlist-public-int-trustlist-type-contient-type-const)
dernier#
TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier()
Renvoie le dernier element de la liste.
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:`TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() <trustlist-public-trustlistelem-type-ref-trustlist-type-dernier>`
[TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier()](#trustlist-public-trustlistelem-type-ref-trustlist-type-dernier)
dernier#
const TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() const
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 TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() const <trustlist-public-const-trustlistelem-type-ref-trustlist-type-dernier-const>`
[const TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() const](#trustlist-public-const-trustlistelem-type-ref-trustlist-type-dernier-const)
operator =#
TRUSTList & TRUSTList<_TYPE_>::operator=(const TRUSTList &)
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:`TRUSTList & TRUSTList<_TYPE_>::operator=(const TRUSTList &) <trustlist-public-trustlist-ref-trustlist-type-operator-equal-const-trustlist-ref>`
[TRUSTList & TRUSTList<_TYPE_>::operator=(const TRUSTList &)](#trustlist-public-trustlist-ref-trustlist-type-operator-equal-const-trustlist-ref)
operator[]#
_TYPE_ & TRUSTList<_TYPE_>::operator[](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:`_TYPE_ & TRUSTList<_TYPE_>::operator[](int) <trustlist-public-type-ref-trustlist-type-operator[]-int>`
[_TYPE_ & TRUSTList<_TYPE_>::operator[](int)](#trustlist-public-type-ref-trustlist-type-operator[]-int)
operator[]#
const _TYPE_ & TRUSTList<_TYPE_>::operator[](int) const
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_ & TRUSTList<_TYPE_>::operator[](int) const <trustlist-public-const-type-ref-trustlist-type-operator[]-int-const>`
[const _TYPE_ & TRUSTList<_TYPE_>::operator[](int) const](#trustlist-public-const-type-ref-trustlist-type-operator[]-int-const)
printOn#
Sortie & TRUSTList<_TYPE_>::printOn(Sortie &os) const
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:`Sortie & TRUSTList<_TYPE_>::printOn(Sortie &os) const <trustlist-public-sortie-ref-trustlist-type-printon-sortie-ref-os-const>`
[Sortie & TRUSTList<_TYPE_>::printOn(Sortie &os) const](#trustlist-public-sortie-ref-trustlist-type-printon-sortie-ref-os-const)
rang#
int TRUSTList<_TYPE_>::rang(_TYPE_) const
Detailed description
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 TRUSTList<_TYPE_>::rang(_TYPE_) const <trustlist-public-int-trustlist-type-rang-type-const>`
[int TRUSTList<_TYPE_>::rang(_TYPE_) const](#trustlist-public-int-trustlist-type-rang-type-const)
readOn#
Entree & TRUSTList<_TYPE_>::readOn(Entree &is)
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:`Entree & TRUSTList<_TYPE_>::readOn(Entree &is) <trustlist-public-entree-ref-trustlist-type-readon-entree-ref-is>`
[Entree & TRUSTList<_TYPE_>::readOn(Entree &is)](#trustlist-public-entree-ref-trustlist-type-readon-entree-ref-is)
size#
int TRUSTList<_TYPE_>::size() const
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:`int TRUSTList<_TYPE_>::size() const <trustlist-public-int-trustlist-type-size-const>`
[int TRUSTList<_TYPE_>::size() const](#trustlist-public-int-trustlist-type-size-const)
suppr#
void TRUSTList<_TYPE_>::suppr(_TYPE_)
Detailed description
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 TRUSTList<_TYPE_>::suppr(_TYPE_) <trustlist-public-void-trustlist-type-suppr-type>`
[void TRUSTList<_TYPE_>::suppr(_TYPE_)](#trustlist-public-void-trustlist-type-suppr-type)
TRUSTList#
TRUSTList<_TYPE_>::TRUSTList()
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:`TRUSTList<_TYPE_>::TRUSTList() <trustlist-public-trustlist-type-trustlist>`
[TRUSTList<_TYPE_>::TRUSTList()](#trustlist-public-trustlist-type-trustlist)
TRUSTList#
TRUSTList<_TYPE_>::TRUSTList(const TRUSTList &a_list)
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:`TRUSTList<_TYPE_>::TRUSTList(const TRUSTList &a_list) <trustlist-public-trustlist-type-trustlist-const-trustlist-ref-a-list>`
[TRUSTList<_TYPE_>::TRUSTList(const TRUSTList &a_list)](#trustlist-public-trustlist-type-trustlist-const-trustlist-ref-a-list)
vide#
void TRUSTList<_TYPE_>::vide()
Detailed description
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 TRUSTList<_TYPE_>::vide() <trustlist-public-void-trustlist-type-vide>`
[void TRUSTList<_TYPE_>::vide()](#trustlist-public-void-trustlist-type-vide)
Attributes Documentation#
TRUSTListElem<_TYPE_>* TRUSTList<_TYPE_>::dernier_
_TYPE_ TRUSTList<_TYPE_>::max_data
_TYPE_ TRUSTList<_TYPE_>::min_data
int TRUSTList<_TYPE_>::size_
Friends#
int operator==
friend class TRUSTList_Curseur< _TYPE_ >