Non-intrusive doubly-linked list. More...
#include <OpenFOAM/DLList.H>
Non-intrusive doubly-linked list.
Definition at line 48 of file DLList.H.
Public Member Functions | |
DLList () | |
Null construct.
| |
DLList (T a) | |
Construct given initial T.
| |
DLList (Istream &is) | |
Construct from Istream.
|