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

DynamicList.H File Reference


Detailed Description

Definition in file DynamicList.H.

#include "src/OpenFOAM/containers/Lists/List/List.H"
#include "src/OpenFOAM/containers/Lists/DynamicList/DynamicListI.H"
Include dependency graph for DynamicList.H:

Go to the source code of this file.

Classes

class  DynamicList< T, SizeInc, SizeMult, SizeDiv >
 A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

template<class T , unsigned SizeInc, unsigned SizeMult, unsigned SizeDiv>
Ostream &  operator<< (Ostream &, const DynamicList< T, SizeInc, SizeMult, SizeDiv > &)
template<class T , unsigned SizeInc, unsigned SizeMult, unsigned SizeDiv>
Istream &  operator>> (Istream &, DynamicList< T, SizeInc, SizeMult, SizeDiv > &)