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

SLList< T > Class Template Reference

Non-intrusive singly-linked list. More...

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

List of all members.


Public Member Functions

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

Detailed Description

template<class T>
class Foam::SLList< T >

Non-intrusive singly-linked list.

Definition at line 40 of file SLList.H.


Constructor & Destructor Documentation

SLList (  )  [inline]

Null construct.

Definition at line 50 of file SLList.H.

SLList ( a  )  [inline]

Construct given initial T.

Definition at line 54 of file SLList.H.

SLList ( Istream is  )  [inline]

Construct from Istream.

Definition at line 60 of file SLList.H.


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