

Go to the source code of this file.
Classes | |
| class | StrideRange< IntType > |
| A tuple of integrals comprising start, size, stride. Caution: not properly tested for use with negative strides! More... | |
| class | StrideRange< IntType > |
| A tuple of integrals comprising start, size, stride. Caution: not properly tested for use with negative strides! More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T > | |
| Istream & | operator>> (Istream &, StrideRange< T > &) |
| Read StrideRange from Istream as (start size stride) tuple, no checks. More... | |
| template<class T > | |
| Ostream & | operator<< (Ostream &, const StrideRange< T > &) |
| Write StrideRange to Ostream as (start size stride) tuple. More... | |
Original source file StrideRange.H
Definition in file StrideRange.H.