Intrusive doubly-linked list. More...
#include <OpenFOAM/IDLList.H>
Intrusive doubly-linked list.
Definition at line 48 of file IDLList.H.
Inheritance diagram for IDLList< T >:
Collaboration diagram for IDLList< T >:Public Member Functions | |
| IDLList () | |
| Null construct.
| |
| IDLList (const T &a) | |
| Construct given initial T.
| |
| template<class INew > | |
| IDLList (Istream &is, const INew &inewt) | |
| Construct from Istream using given Istream constructor class.
| |
| IDLList (Istream &is) | |
| Construct from Istream.
| |
| template<class CloneArg > | |
| IDLList (const IDLList< T > &idll, const CloneArg &cloneArg) | |
| Copy constructor with additional argument for clone.
| |
| IDLList | ( | const T & | a ) | [inline]
|