TRUSTList#

#include <TRUSTList.h>
Brief description

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

List of Public Methods#

Complete Member Function Documentation#

add#

Definition
TRUSTList & TRUSTList<_TYPE_>::add(_TYPE_)
Brief description
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#

Definition
TRUSTList & TRUSTList<_TYPE_>::add_if_not(_TYPE_)
Brief description
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#

Definition
void TRUSTList<_TYPE_>::calcule_min_max()
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:`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#

Definition
int TRUSTList<_TYPE_>::contient(_TYPE_) const
Brief description
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#

Definition
TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier()
Brief description

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#

Definition
const TRUSTListElem<_TYPE_> & TRUSTList<_TYPE_>::dernier() const
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 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 =#

Definition
TRUSTList & TRUSTList<_TYPE_>::operator=(const TRUSTList &)
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:`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[]#

Definition
_TYPE_ & TRUSTList<_TYPE_>::operator[](int)
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:`_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[]#

Definition
const _TYPE_ & TRUSTList<_TYPE_>::operator[](int) const
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_ & 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#

Definition
Sortie & TRUSTList<_TYPE_>::printOn(Sortie &os) const
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:`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#

Definition
int TRUSTList<_TYPE_>::rang(_TYPE_) const
Brief description
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#

Definition
Entree & TRUSTList<_TYPE_>::readOn(Entree &is)
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:`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#

Definition
int TRUSTList<_TYPE_>::size() const
Brief description
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_>::size() const <trustlist-public-int-trustlist-type-size-const>`
[int TRUSTList<_TYPE_>::size() const](#trustlist-public-int-trustlist-type-size-const)

suppr#

Definition
void TRUSTList<_TYPE_>::suppr(_TYPE_)
Brief description
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#

Definition
TRUSTList<_TYPE_>::TRUSTList()
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:`TRUSTList<_TYPE_>::TRUSTList() <trustlist-public-trustlist-type-trustlist>`
[TRUSTList<_TYPE_>::TRUSTList()](#trustlist-public-trustlist-type-trustlist)

TRUSTList#

Definition
TRUSTList<_TYPE_>::TRUSTList(const TRUSTList &a_list)
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:`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#

Definition
void TRUSTList<_TYPE_>::vide()
Brief description
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#

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_ >