Go to the source code of this file.
Classes | |
class | List |
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More... | |
class | IntRange< IntType > |
An interval of (signed) integers defined by a start and a size. More... | |
class | IntRange< IntType >::const_iterator |
class | IntRange< IntType >::const_reverse_iterator |
Namespaces | |
Foam | |
Functions | |
List< label > | identity (const IntRange< int32_t > &range) |
Istream & | operator>> (Istream &os, IntRange< int32_t > &range) |
Istream & | operator>> (Istream &os, IntRange< int64_t > &range) |
Ostream & | operator<< (Ostream &os, const IntRange< int32_t > &range) |
Ostream & | operator<< (Ostream &os, const IntRange< int64_t > &range) |
template<class IntType > | |
constexpr bool | operator== (const IntRange< IntType > &a, const IntRange< IntType > &b) noexcept |
template<class IntType > | |
constexpr bool | operator< (const IntRange< IntType > &a, const IntRange< IntType > &b) noexcept |
template<class IntType > | |
constexpr bool | operator!= (const IntRange< IntType > &a, const IntRange< IntType > &b) noexcept |
template<class IntType > | |
constexpr bool | operator<= (const IntRange< IntType > &a, const IntRange< IntType > &b) noexcept |
template<class IntType > | |
constexpr bool | operator> (const IntRange< IntType > &a, const IntRange< IntType > &b) noexcept |
template<class IntType > | |
constexpr bool | operator>= (const IntRange< IntType > &a, const IntRange< IntType > &b) noexcept |
Original source file IntRange.H
Definition in file IntRange.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.