|
TrioCFD 1.9.8
TrioCFD documentation
|
: Classe qui sert a representer une liste de reels int/double precision. More...
#include <TRUSTListElem.h>
Public Member Functions | |
| TRUSTListElem () | |
| TRUSTListElem (const _TYPE_ x) | |
| TRUSTListElem (const TRUSTListElem &) | |
| Constructeur par copie. | |
| ~TRUSTListElem () | |
| int | est_vide () const |
| int | est_dernier () const |
| _TYPE_ & | valeur () |
| _TYPE_ | valeur () const |
| TRUSTListElem & | add (_TYPE_) |
| insertion en queue | |
| TRUSTListElem & | suivant () |
| const TRUSTListElem & | suivant () const |
Protected Attributes | |
| _TYPE_ | data |
| TRUSTListElem * | suivant_ |
Friends | |
| class | TRUSTList< _TYPE_ > |
| template<typename T> | |
| int | operator== (const TRUSTListElem< T > &, const TRUSTListElem< T > &) |
: Classe qui sert a representer une liste de reels int/double precision.
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< >.
Definition at line 30 of file TRUSTListElem.h.
|
inline |
Definition at line 35 of file TRUSTListElem.h.
|
inline |
Definition at line 36 of file TRUSTListElem.h.
| TRUSTListElem< _TYPE_ >::TRUSTListElem | ( | const TRUSTListElem< _TYPE_ > & | list | ) |
Constructeur par copie.
| (const | TRUSTListElem& list (la liste a copier)) |
Definition at line 66 of file TRUSTListElem.h.
| TRUSTListElem< _TYPE_ >::~TRUSTListElem | ( | ) |
Definition at line 82 of file TRUSTListElem.h.
|
inline |
insertion en queue
| (int/double | value_to_add (element a ajouter)) |
Definition at line 108 of file TRUSTListElem.h.
|
inline |
Definition at line 41 of file TRUSTListElem.h.
|
inline |
Definition at line 40 of file TRUSTListElem.h.
|
inline |
Definition at line 47 of file TRUSTListElem.h.
|
inline |
Definition at line 48 of file TRUSTListElem.h.
|
inline |
Definition at line 43 of file TRUSTListElem.h.
|
inline |
Definition at line 44 of file TRUSTListElem.h.
|
friend |
|
friend |
Definition at line 121 of file TRUSTListElem.h.
|
protected |
Definition at line 54 of file TRUSTListElem.h.
|
protected |
Definition at line 55 of file TRUSTListElem.h.