Definition in file FixedList.H.
#include "src/OpenFOAM/primitives/bools/bool/bool.H"
#include "src/OpenFOAM/primitives/ints/label/label.H"
#include "src/OpenFOAM/primitives/ints/uLabel/uLabel.H"
#include "src/OpenFOAM/primitives/hashes/Hash/Hash.H"
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"
#include "src/OpenFOAM/db/error/StaticAssert.H"
#include "src/OpenFOAM/containers/Lists/FixedList/FixedListI.H"
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 > &) |