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

DLPtrList< T > Class Template Reference

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

#include <OpenFOAM/DLPtrList.H>


Detailed Description

template<class T>
class Foam::DLPtrList< T >

Non-intrusive doubly-linked pointer list.

Definition at line 48 of file DLPtrList.H.

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

List of all members.

Public Member Functions

 DLPtrList ()
 Null construct.
 DLPtrList (T a)
 Construct given initial T.
template<class INew >
 DLPtrList (Istream &is, const INew &inewt)
 Construct from Istream using given Istream constructor class.
 DLPtrList (Istream &is)
 Construct from Istream.

Constructor & Destructor Documentation

DLPtrList (  ) [inline]

Null construct.

Definition at line 58 of file DLPtrList.H.

DLPtrList ( T   a  ) [inline]

Construct given initial T.

Definition at line 62 of file DLPtrList.H.

DLPtrList ( Istream &   is,
const INew &   inewt  
) [inline]

Construct from Istream using given Istream constructor class.

Definition at line 69 of file DLPtrList.H.

DLPtrList ( Istream &   is  ) [inline]

Construct from Istream.

Definition at line 75 of file DLPtrList.H.


The documentation for this class was generated from the following file: