DynamicList.H File Reference
Include dependency graph for DynamicList.H:

Go to the source code of this file.

Classes

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

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class T , int SizeMin>
Ostream & operator<< (Ostream &os, const DynamicList< T, SizeMin > &lst)
 
template<class T , int SizeMin>
Istream & operator>> (Istream &is, DynamicList< T, SizeMin > &lst)
 
template<class T , int SizeMin1, int SizeMin2>
void Swap (DynamicList< T, SizeMin1 > &a, DynamicList< T, SizeMin2 > &b)
 

Detailed Description

Original source file DynamicList.H

Definition in file DynamicList.H.