30 template<
class LListBase,
class T>
33 for (const_iterator iter = lst.begin(); iter != lst.end(); ++iter)
35 this->append(&iter());
40 template<
class LListBase,
class T>
49 template<
class LListBase,
class T>
57 this->append(&iter());
62 template<
class LListBase,
class T>
An STL-conforming const_iterator.
Template class for non-intrusive linked PtrLists.
void operator=(const ULPtrList< LListBase, T > &)
Assignment operator.
ULPtrList()
Null construct.