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