41 #include "EST_TList.h"
42 #include "EST_TVector.h"
43 #include "EST_cutils.h"
48 v.
resize(in.length(), FALSE);
51 for (p = in.head(); p!= 0; p = p->next(), ++i)
59 a.
resize(in.length(), FALSE);
62 for (p = in.head(); p!= 0; p = p->next(), ++i)
void resize(int n, int set=1)
INLINE const T & a_no_check(int n) const
read-only const access operator: without bounds checking
T & item(const EST_Litem *p)