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

ISLList< T > Class Template Reference

Intrusive singly-linked list. More...

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

List of all members.


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.

Detailed Description

template<class T>
class Foam::ISLList< T >

Intrusive singly-linked list.

Definition at line 40 of file ISLList.H.


Constructor & Destructor Documentation

ISLList (  )  [inline]

Null construct.

Definition at line 50 of file ISLList.H.

ISLList ( const T &  a  )  [inline]

Construct given initial T.

Definition at line 54 of file ISLList.H.

ISLList ( Istream is,
const INew inewt 
) [inline]

Construct from Istream using given Istream constructor class.

Definition at line 61 of file ISLList.H.

ISLList ( Istream is  )  [inline]

Construct from Istream.

Definition at line 67 of file ISLList.H.


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