FixedList.H File Reference
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  UList< T >
 A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscript bounds checking, etc. More...
 
class  LList< LListBase, T >
 Template class for non-intrusive linked lists. More...
 
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

 Foam
 Namespace for OpenFOAM.
 

Functions

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

Detailed Description

Original source file FixedList.H

Definition in file FixedList.H.