Template class for non-intrusive linked PtrLists.
SLPtrList(Istream &is)
Construct from Istream.
A helper class when constructing from an Istream or dictionary.
Non-intrusive singly-linked pointer list.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
SLPtrList()
Null construct.
SLPtrList(T *a)
Construct given initial T*.
SLPtrList(Istream &is, const INew &inewt)
Construct from Istream using given Istream constructor class.