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