FreeFOAM The Cross-Platform CFD Toolkit
DynamicList.H File Reference

Detailed Description

Definition in file DynamicList.H.

+ Include dependency graph for DynamicList.H:
+ This graph shows which files directly or indirectly include this file:

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 > &)