56 for (p = l.
head(); p != 0; p = p->
next())
67 for (p = l.
head(); p != 0; p = p->
next())
87 for (p = l.
head(),i=0; p != 0; p = p->
next(),i++)
long int ilist_index(const EST_IList &l, int i)
void IList_to_IVector(EST_IList &l, EST_IVector &v)
INLINE ssize_t length() const
number of items in vector.
long int IVector_index(const EST_IVector &v, const int s)
void IVector_to_IList(EST_IVector &v, EST_IList &l)
void append(const T &item)
add item onto end of list
T & item(const EST_Litem *p)
int ilist_member(const EST_IList &l, int i)
void clear(void)
remove all items in list
void resize(int n, int set=1)
resize vector
Utility EST_String Functions header file.