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