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

Detailed Description

Definition in file FixedList.H.

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

Go to the source code of this file.

Classes

class  FixedList< T, Size >
 A 1D vector of objects of type <T> with a fixed size <Size>. More...
class  FixedList< T, Size >::Hash< HashT >
 Hashing function class. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class T , unsigned Size>
Istream & operator>> (Istream &, FixedList< T, Size > &)
template<class T , unsigned Size>
Ostream & operator<< (Ostream &, const FixedList< T, Size > &)