TRUSTList#

#include <TRUSTList.h>

: Classe qui sert a representer une liste de reels int/double precision.

How to cite this class in this doc#

: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#

List of Public Methods#

Complete Member Function Documentation#

add
TRUSTList & TRUSTList<_TYPE_>::add(_TYPE_)
Referenced By
How to cite in this doc:
:ref:`TRUSTList & TRUSTList<_TYPE_>::add(_TYPE_) <public-trustlist-ref-trustlist-type-add-type>`
[TRUSTList & TRUSTList<_TYPE_>::add(_TYPE_)](#public-trustlist-ref-trustlist-type-add-type)
add_if_not
TRUSTList & TRUSTList<_TYPE_>::add_if_not(_TYPE_)
Referenced By
How to cite in this doc:
:ref:`TRUSTList & TRUSTList<_TYPE_>::add_if_not(_TYPE_) <public-trustlist-ref-trustlist-type-add-if-not-type>`
[TRUSTList & TRUSTList<_TYPE_>::add_if_not(_TYPE_)](#public-trustlist-ref-trustlist-type-add-if-not-type)
calcule_min_max
void TRUSTList<_TYPE_>::calcule_min_max()
How to cite in this doc:
:ref:`void TRUSTList<_TYPE_>::calcule_min_max() <public-void-trustlist-type-calcule-min-max>`
[void TRUSTList<_TYPE_>::calcule_min_max()](#public-void-trustlist-type-calcule-min-max)
contient
int TRUSTList<_TYPE_>::contient(_TYPE_) const
Referenced By
How to cite in this doc:
:ref:`int TRUSTList<_TYPE_>::contient(_TYPE_) const <public-int-trustlist-type-contient-type-const>`
[int TRUSTList<_TYPE_>::contient(_TYPE_) const](#public-int-trustlist-type-contient-type-const)
dernier
TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier()

Renvoie le dernier element de la liste.

How to cite in this doc:
:ref:`TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() <public-trustlistelem-type-ref-trustlist-type-dernier>`
[TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier()](#public-trustlistelem-type-ref-trustlist-type-dernier)
dernier
const TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() const
How to cite in this doc:
:ref:`const TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() const <public-const-trustlistelem-type-ref-trustlist-type-dernier-const>`
[const TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() const](#public-const-trustlistelem-type-ref-trustlist-type-dernier-const)
operator =
TRUSTList & TRUSTList<_TYPE_>::operator=(const TRUSTList &)
How to cite in this doc:
:ref:`TRUSTList & TRUSTList<_TYPE_>::operator=(const TRUSTList &) <public-trustlist-ref-trustlist-type-operator-equal-const-trustlist-ref>`
[TRUSTList & TRUSTList<_TYPE_>::operator=(const TRUSTList &)](#public-trustlist-ref-trustlist-type-operator-equal-const-trustlist-ref)
operator[]
_TYPE_ & TRUSTList<_TYPE_>::operator[](int)
How to cite in this doc:
:ref:`_TYPE_ & TRUSTList<_TYPE_>::operator[](int) <public-type-ref-trustlist-type-operator[]-int>`
[_TYPE_ & TRUSTList<_TYPE_>::operator[](int)](#public-type-ref-trustlist-type-operator[]-int)
operator[]
const _TYPE_ & TRUSTList<_TYPE_>::operator[](int) const
How to cite in this doc:
:ref:`const _TYPE_ & TRUSTList<_TYPE_>::operator[](int) const <public-const-type-ref-trustlist-type-operator[]-int-const>`
[const _TYPE_ & TRUSTList<_TYPE_>::operator[](int) const](#public-const-type-ref-trustlist-type-operator[]-int-const)
printOn
Sortie & TRUSTList<_TYPE_>::printOn(Sortie &os) const
How to cite in this doc:
:ref:`Sortie & TRUSTList<_TYPE_>::printOn(Sortie &os) const <public-sortie-ref-trustlist-type-printon-sortie-ref-os-const>`
[Sortie & TRUSTList<_TYPE_>::printOn(Sortie &os) const](#public-sortie-ref-trustlist-type-printon-sortie-ref-os-const)
rang
int TRUSTList<_TYPE_>::rang(_TYPE_) const
Referenced By
How to cite in this doc:
:ref:`int TRUSTList<_TYPE_>::rang(_TYPE_) const <public-int-trustlist-type-rang-type-const>`
[int TRUSTList<_TYPE_>::rang(_TYPE_) const](#public-int-trustlist-type-rang-type-const)
readOn
Entree & TRUSTList<_TYPE_>::readOn(Entree &is)
How to cite in this doc:
:ref:`Entree & TRUSTList<_TYPE_>::readOn(Entree &is) <public-entree-ref-trustlist-type-readon-entree-ref-is>`
[Entree & TRUSTList<_TYPE_>::readOn(Entree &is)](#public-entree-ref-trustlist-type-readon-entree-ref-is)
suppr
void TRUSTList<_TYPE_>::suppr(_TYPE_)
Referenced By
How to cite in this doc:
:ref:`void TRUSTList<_TYPE_>::suppr(_TYPE_) <public-void-trustlist-type-suppr-type>`
[void TRUSTList<_TYPE_>::suppr(_TYPE_)](#public-void-trustlist-type-suppr-type)
TRUSTList
TRUSTList<_TYPE_>::TRUSTList()
How to cite in this doc:
:ref:`TRUSTList<_TYPE_>::TRUSTList() <public-trustlist-type-trustlist>`
[TRUSTList<_TYPE_>::TRUSTList()](#public-trustlist-type-trustlist)
TRUSTList
TRUSTList<_TYPE_>::TRUSTList(const TRUSTList &a_list)
References
How to cite in this doc:
:ref:`TRUSTList<_TYPE_>::TRUSTList(const TRUSTList &a_list) <public-trustlist-type-trustlist-const-trustlist-ref-a-list>`
[TRUSTList<_TYPE_>::TRUSTList(const TRUSTList &a_list)](#public-trustlist-type-trustlist-const-trustlist-ref-a-list)
vide
void TRUSTList<_TYPE_>::vide()
Referenced By
How to cite in this doc:
:ref:`void TRUSTList<_TYPE_>::vide() <public-void-trustlist-type-vide>`
[void TRUSTList<_TYPE_>::vide()](#public-void-trustlist-type-vide)

Attributes Documentation#

dernier_ (private)
TRUSTListElem<_TYPE_>* TRUSTList<_TYPE_>::dernier_
max_data (private)
_TYPE_ TRUSTList<_TYPE_>::max_data
min_data (private)
_TYPE_ TRUSTList<_TYPE_>::min_data
size_ (private)
int TRUSTList<_TYPE_>::size_

Friends#

  • int operator==

  • friend class TRUSTList_Curseur< _TYPE_ >