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

SLPtrList< T > Class Template Reference

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

#include <OpenFOAM/SLPtrList.H>


Detailed Description

template<class T>
class Foam::SLPtrList< T >

Non-intrusive singly-linked pointer list.

Definition at line 48 of file SLPtrList.H.

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

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

SLPtrList (  ) [inline]

Null construct.

Definition at line 58 of file SLPtrList.H.

SLPtrList ( T *   a  ) [inline]

Construct given initial T*.

Definition at line 62 of file SLPtrList.H.

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

Construct from Istream using given Istream constructor class.

Definition at line 69 of file SLPtrList.H.

SLPtrList ( Istream &   is  ) [inline]

Construct from Istream.

Definition at line 75 of file SLPtrList.H.


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