OpenFOAM logo
Open Source CFD Toolkit

IOPtrList Class Template Reference

Inheritance diagram for IOPtrList:

Inheritance graph
[legend]
Collaboration diagram for IOPtrList:

Collaboration graph
[legend]
List of all members.

template<class T>
class Foam::IOPtrList< T >


Public Member Functions

 TypeName ("PtrList")
 Runtime type information.
template<class INew>
 IOPtrList (const IOobject &, const INew &)
 Construct from IOobject using given Istream constructor class.
 IOPtrList (const IOobject &)
 Construct from IOobject.
 IOPtrList (const IOobject &, const PtrList< T > &)
 Construct from IOobject and a PtrList.
bool writeData (Ostream &) const
 Pure virtual writaData function.
void operator= (const IOPtrList< T > &)

Constructor & Destructor Documentation

IOPtrList const IOobject ,
const INew
 

Construct from IOobject using given Istream constructor class.

IOPtrList const IOobject  ) 
 

Construct from IOobject.

IOPtrList const IOobject ,
const PtrList< T > & 
 

Construct from IOobject and a PtrList.


Member Function Documentation

void operator= const IOPtrList< T > &   ) 
 

TypeName "PtrList"   ) 
 

Runtime type information.

bool writeData Ostream  )  const [virtual]
 

Pure virtual writaData function.

Must be defined in derived types

Implements regIOobject.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org