

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... | |
| 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 | 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 | |
| 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! More... | |
| 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. More... | |
| template<class T , unsigned N> | |
| void | Swap (FixedList< T, N > &a, FixedList< T, N > &b) |
| Swap FixedList contents - see FixedList::swap(). More... | |
Original source file FixedList.H
Definition in file FixedList.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.