Intrusive doubly-linked list. More...
#include <OpenFOAM/UIDLList.H>
Intrusive doubly-linked list.
Definition at line 48 of file UIDLList.H.
Inheritance diagram for UIDLList< T >:
Collaboration diagram for UIDLList< T >:Public Member Functions | |
| UIDLList () | |
| Null construct.
| |
| UIDLList (T a) | |
| Construct given initial T.
| |
| UIDLList (Istream &is) | |
| Construct from Istream.
| |
| UIDLList | ( | ) | [inline]
|
Null construct.
Definition at line 58 of file UIDLList.H.
| UIDLList | ( | T | a ) | [inline]
|
Construct given initial T.
Definition at line 62 of file UIDLList.H.
Construct from Istream.
Definition at line 68 of file UIDLList.H.