

Go to the source code of this file.
Classes | |
| class | OffsetRange< IntType > |
| A tuple of integers comprising start, size, total. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T> | |
| Istream & | operator>> (Istream &, OffsetRange< T > &) |
| Read from Istream as bracketed (start size total) tuple. | |
| template<class T> | |
| Ostream & | operator<< (Ostream &, const OffsetRange< T > &) |
| Write to Ostream as bracketed (start size total) tuple. | |
| template<class IntType> | |
| bool | operator== (const OffsetRange< IntType > &a, const OffsetRange< IntType > &b) noexcept |
| Test for equality of begin/size/total values. | |
| template<class IntType> | |
| bool | operator< (const OffsetRange< IntType > &a, const OffsetRange< IntType > &b) noexcept |
| Comparison function for sorting, compares the start. | |
| template<class IntType> | |
| bool | operator!= (const OffsetRange< IntType > &a, const OffsetRange< IntType > &b) noexcept |
| template<class IntType> | |
| bool | operator<= (const OffsetRange< IntType > &a, const OffsetRange< IntType > &b) noexcept |
| template<class IntType> | |
| bool | operator> (const OffsetRange< IntType > &a, const OffsetRange< IntType > &b) noexcept |
| template<class IntType> | |
| bool | operator>= (const OffsetRange< IntType > &a, const OffsetRange< IntType > &b) noexcept |
Original source file OffsetRange.H
Definition in file OffsetRange.H.