Loading...
Searching...
No Matches
OffsetRange.H File Reference
Include dependency graph for OffsetRange.H:
This graph shows which files directly or indirectly include this file:

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>
Istreamoperator>> (Istream &, OffsetRange< T > &)
 Read from Istream as bracketed (start size total) tuple.
template<class T>
Ostreamoperator<< (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

Detailed Description

Original source file OffsetRange.H

Definition in file OffsetRange.H.