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...
 
struct  Hash< DynamicList< T, SizeMin > >
 Hashing for List data. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class T , int SizeMin>
Istream & operator>> (Istream &is, DynamicList< T, SizeMin > &list)
 Read List contents from Istream. More...
 
template<class T , int SizeMin>
Ostream & operator<< (Ostream &os, const DynamicList< T, SizeMin > &list)
 Write List to Ostream, as per UList::writeList() with default length. More...
 
template<class T , int SizeMinA, int SizeMinB>
void Swap (DynamicList< T, SizeMinA > &a, DynamicList< T, SizeMinB > &b)
 

Detailed Description

Original source file DynamicList.H

Definition in file DynamicList.H.