

Go to the source code of this file.
Classes | |
| struct | short_length< T > |
| Number of items before requiring line-breaks in the list output. More... | |
| struct | no_linebreak< T > |
| Can suppress additional line breaks separate ASCII data content when the data elements are primitives, or contiguous. More... | |
| struct | no_linebreak< keyType > |
| Suppress line-breaks for keyType. More... | |
| struct | no_linebreak< word > |
| Suppress line-breaks for word. More... | |
| struct | no_linebreak< wordRe > |
| Suppress line-breaks for wordRe. More... | |
Namespaces | |
| Foam::Detail::ListPolicy | |
| Additional compile-time controls of List behaviour. | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::Detail | |
| Implementation details for various OpenFOAM classes. | |
Enumerations | |
| enum | uniformity : unsigned char { EMPTY = 0, UNIFORM = 0x1, NONUNIFORM = 0x2, MIXED = 0x3 } |
Classification of list/container uniformity. The values can be used with bit-wise or reduction. More... | |
Functions | |
| template<class InputIt > | |
| enum uniformity | check_uniformity (InputIt first, InputIt last) |
| Algorithm to determine list/container uniformity. More... | |
Original source file ListPolicy.H
Definition in file ListPolicy.H.