|
TrioCFD 1.9.8
TrioCFD documentation
|
: Un tableau de listes de type IntList More...
#include <TRUSTLists.h>
Public Member Functions | |
| virtual | ~TRUSTLists () |
| TRUSTLists () | |
| TRUSTLists (int i) | |
| TRUSTLists (const TRUSTLists &vect) | |
| Sortie & | printOn (Sortie &s) const |
| Entree & | readOn (Entree &is) |
| TRUSTLists & | operator= (const TRUSTLists &) |
| Copie et affectation. | |
| const TRUSTList< _TYPE_ > & | operator[] (int) const |
| Acces a la ieme liste du tableau. | |
| TRUSTList< _TYPE_ > & | operator[] (int) |
| void | dimensionner (int) |
| Redimensionne un tableau de listes. | |
| int | size () const |
| int | search (const TRUSTList< _TYPE_ > &) const |
| Recherche d'une liste dans le tableau. | |
Protected Attributes | |
| int | sz |
| TRUSTList< _TYPE_ > * | data |
: Un tableau de listes de type IntList
Definition at line 31 of file TRUSTLists.h.
|
inlinevirtual |
Definition at line 34 of file TRUSTLists.h.
|
inline |
Definition at line 45 of file TRUSTLists.h.
|
inline |
Definition at line 48 of file TRUSTLists.h.
|
inline |
Definition at line 59 of file TRUSTLists.h.
|
inline |
Redimensionne un tableau de listes.
Definition at line 156 of file TRUSTLists.h.
|
inline |
Copie et affectation.
Les anciennes donnees sont perdues
Definition at line 103 of file TRUSTLists.h.
|
inline |
Definition at line 146 of file TRUSTLists.h.
|
inline |
Acces a la ieme liste du tableau.
Definition at line 139 of file TRUSTLists.h.
|
inline |
Definition at line 71 of file TRUSTLists.h.
|
inline |
Definition at line 78 of file TRUSTLists.h.
|
inline |
Recherche d'une liste dans le tableau.
Definition at line 123 of file TRUSTLists.h.
|
inline |
Definition at line 86 of file TRUSTLists.h.
|
protected |
Definition at line 91 of file TRUSTLists.h.
|
protected |
Definition at line 90 of file TRUSTLists.h.