16#include <IntListsListe.h>
22 while (i--)
data[i].printOn(s);
34 while (i--)
data[i] = vect[i];
44 data=
new IntLists[i];
69 while(i--)
data[i]=vect[i];
77 assert( (i>=0) && (i<
sz) );
83 assert( (i>=0) && (i<
sz) );
89 assert(
sz == 0 &&
data == 0);
94 data =
new IntLists [i];
Class defining operators and methods for all reading operation in an input flow (file,...
const IntLists & operator[](int) const
Sortie & printOn(Sortie &os) const
Entree & readOn(Entree &is)
IntListsListe & operator=(const IntListsListe &)
Classe de base des flux de sortie.