48 template<
class LListBase,
class T>
class LPtrList;
50 template<
class LListBase,
class T>
62 template<
class LListBase,
class T>
132 friend Istream&
operator>> <LListBase,
T>
A helper class when constructing from an Istream or dictionary.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Template class for non-intrusive linked PtrLists.
LPtrList()
Null construct.
void transfer(LPtrList< LListBase, T > &)
Transfer the contents of the argument into this List.
bool eraseHead()
Remove the head element from the list and delete the pointer.
void operator=(const LPtrList< LListBase, T > &)
Assignment operator.
void clear()
Clear the contents of the list.
Template class for non-intrusive linked PtrLists.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)