OpenFOAM logo
Open Source CFD Toolkit

IOList Class Template Reference

Inheritance diagram for IOList:

Inheritance graph
[legend]
Collaboration diagram for IOList:

Collaboration graph
[legend]
List of all members.

template<class T>
class Foam::IOList< T >


Public Member Functions

 TypeName ("List")
 Runtime type information.
 IOList (const IOobject &)
 Construct from IOobject.
 IOList (const IOobject &, const label)
 Construct from IOobject and size of IOList.
 IOList (const IOobject &, const List< T > &)
 Construct from IOobject and a List.
bool writeData (Ostream &) const
 Pure virtual writaData function.
void operator= (const IOList< T > &)
void operator= (const List< T > &)
 Assignment operator. Takes linear time.

Constructor & Destructor Documentation

IOList const IOobject  ) 
 

Construct from IOobject.

IOList const IOobject ,
const   label
 

Construct from IOobject and size of IOList.

IOList const IOobject ,
const List< T > & 
 

Construct from IOobject and a List.


Member Function Documentation

void operator= const List< T > &   ) 
 

Assignment operator. Takes linear time.

Reimplemented from List.

void operator= const IOList< T > &   ) 
 

TypeName "List"   ) 
 

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