Go to the source code of this file.
Classes | |
| class | Pair< T > |
| An ordered pair of two objects of type <T> with first() and second() elements. More... | |
| class | Pair< T > |
| An ordered pair of two objects of type <T> with first() and second() elements. More... | |
| struct | Pair< T >::SymmHash< HashT > |
| Symmetrical hashing for Pair data. More... | |
| struct | is_contiguous< Pair< T > > |
| Pair is contiguous if the type is contiguous. More... | |
| struct | is_contiguous_label< Pair< T > > |
| Check for Pair of labels. More... | |
| struct | is_contiguous_scalar< Pair< T > > |
| Check for Pair of scalars. More... | |
| struct | Hash< Pair< T > > |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef Pair< label > | labelPair |
| A pair of labels. More... | |
Functions | |
| template<class T > | |
| Pair< T > | reverse (const Pair< T > &p) |
| Return reverse of a Pair. More... | |
| template<class T > | |
| bool | operator== (const Pair< T > &a, const Pair< T > &b) |
| template<class T > | |
| bool | operator!= (const Pair< T > &a, const Pair< T > &b) |
| template<class T > | |
| bool | operator< (const Pair< T > &a, const Pair< T > &b) |
| template<class T > | |
| bool | operator<= (const Pair< T > &a, const Pair< T > &b) |
| template<class T > | |
| bool | operator> (const Pair< T > &a, const Pair< T > &b) |
| template<class T > | |
| bool | operator>= (const Pair< T > &a, const Pair< T > &b) |