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

ISLList< T > Class Template Reference

Intrusive singly-linked list. More...

#include <OpenFOAM/ISLList.H>


Detailed Description

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

Intrusive singly-linked list.

Definition at line 48 of file ISLList.H.

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.

Constructor & Destructor Documentation

ISLList (  ) [inline]

Null construct.

Definition at line 58 of file ISLList.H.

ISLList ( const T &   a  ) [inline]

Construct given initial T.

Definition at line 62 of file ISLList.H.

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

Construct from Istream using given Istream constructor class.

Definition at line 69 of file ISLList.H.

ISLList ( Istream &   is  ) [inline]

Construct from Istream.

Definition at line 75 of file ISLList.H.


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