OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

UIDLList< T > Class Template Reference

Intrusive doubly-linked list. More...

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

List of all members.


Public Member Functions

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

Detailed Description

template<class T>
class Foam::UIDLList< T >

Intrusive doubly-linked list.

Definition at line 40 of file UIDLList.H.


Constructor & Destructor Documentation

UIDLList (  )  [inline]

Null construct.

Definition at line 50 of file UIDLList.H.

UIDLList ( a  )  [inline]

Construct given initial T.

Definition at line 54 of file UIDLList.H.

UIDLList ( Istream is  )  [inline]

Construct from Istream.

Definition at line 60 of file UIDLList.H.


The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/LinkedLists/user/UIDLList.H
Copyright © 2000-2009 OpenCFD Ltd