16#ifndef TRUSTListElem_included
17#define TRUSTListElem_included
29template<
typename _TYPE_>
65template<
typename _TYPE_>
81template<
typename _TYPE_>
107template<
typename _TYPE_>
120template<
typename _TYPE_>
124 if (list1.
data != list2.
data) retour = 0;
: Classe qui sert a representer une liste de reels int/double precision.
const TRUSTListElem & suivant() const
TRUSTListElem(const _TYPE_ x)
TRUSTListElem & add(_TYPE_)
insertion en queue
TRUSTListElem & suivant()
friend int operator==(const TRUSTListElem< T > &, const TRUSTListElem< T > &)
TRUSTListElem(const TRUSTListElem &)
Constructeur par copie.
: Classe qui sert a representer une liste de reels int/double precision.
friend int operator==(const TRUSTList< T > &, const TRUSTList< T > &)