Go to the source code of this file.
Data Structures | |
class | FixedList |
A 1D vector of objects of type <T> with a fixed size <Size>. More... | |
class | UList |
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 | SLList< T > |
Non-intrusive singly-linked list. More... | |
class | FixedList |
A 1D vector of objects of type <T> with a fixed size <Size>. More... | |
class | FixedList::Hash< HashT > |
Hashing function class. More... | |
Namespaces | |
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 > &) |
Original source file FixedList.H
Definition in file FixedList.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.