Go to the documentation of this file.
50 public ILList<DLListBase, T>
81 template<
class CloneArg>
IDLList(const IDLList< T > &idll, const CloneArg &cloneArg)
Copy constructor with additional argument for clone.
A helper class when constructing from an Istream or dictionary.
Intrusive doubly-linked 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)
IDLList(const T &a)
Construct given initial T.
IDLList(Istream &is)
Construct from Istream.
Template class for intrusive linked lists.
IDLList(Istream &is, const INew &inewt)
Construct from Istream using given Istream constructor class.