

Go to the source code of this file.
Classes | |
| class | FixedList< T, N > |
| A 1D vector of objects of type <T> with a fixed length <N>. More... | |
| struct | FixedList< T, N >::hasher |
| Hashing functor for FixedList. More... | |
| struct | FixedList< T, N >::Hash< Unused > |
| Deprecated(2021-04) hashing functor. Use hasher(). More... | |
| struct | is_contiguous< FixedList< T, N > > |
| FixedList is contiguous if the type is contiguous. More... | |
| struct | is_contiguous_label< FixedList< T, N > > |
| Check for FixedList of labels. More... | |
| struct | is_contiguous_scalar< FixedList< T, N > > |
| Check for FixedList of scalars. More... | |
| struct | Hash< FixedList< T, N > > |
| Hashing for FixedList data. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T, unsigned N> | |
| Istream & | operator>> (Istream &is, FixedList< T, N > &list) |
| Read List contents from Istream, list must have the proper size! | |
| template<class T, unsigned N> | |
| Ostream & | operator<< (Ostream &os, const FixedList< T, N > &list) |
| Write List to Ostream, as per FixedList::writeList() with default length. | |
| template<class T, unsigned N> | |
| void | Swap (FixedList< T, N > &a, FixedList< T, N > &b) |
| Swap FixedList contents - see FixedList::swap(). | |
Original source file FixedList.H
Definition in file FixedList.H.