43 #include "EST_TList.h"
68 it->EST_TItem<T>::~EST_TItem();
84 for (p = l.head(); p; p = p->next())
125 cerr <<
"EST_TList: error: tried to add list to itself\n";
T & item(const EST_Litem *p)
EST_TList< T > & operator=(const EST_TList< T > &a)
make full copy of list
EST_TList()
default constructor
static void exchange_contents(EST_Litem *a, EST_Litem *b)
exchange 3
EST_TList< T > & operator+=(const EST_TList< T > &a)
Add list onto end of existing list.