FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

DLList< T > Class Template Reference

Non-intrusive doubly-linked list. More...

#include <OpenFOAM/DLList.H>


Detailed Description

template<class T>
class Foam::DLList< T >

Non-intrusive doubly-linked list.

Definition at line 48 of file DLList.H.

Inheritance diagram for DLList< T >:
Collaboration diagram for DLList< T >:

List of all members.

Public Member Functions

 DLList ()
 Null construct.
 DLList (T a)
 Construct given initial T.
 DLList (Istream &is)
 Construct from Istream.

Constructor & Destructor Documentation

DLList (  ) [inline]

Null construct.

Definition at line 58 of file DLList.H.

DLList ( T   a  ) [inline]

Construct given initial T.

Definition at line 62 of file DLList.H.

DLList ( Istream &   is  ) [inline]

Construct from Istream.

Definition at line 68 of file DLList.H.


The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/LinkedLists/user/DLList.H