Pair.H File Reference
Include dependency graph for Pair.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Pair< Type >
 An ordered pair of two objects of type <T> with first() and second() elements. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Type >
Pair< Type > reverse (const Pair< Type > &p)
 
template<class Type >
bool operator== (const Pair< Type > &a, const Pair< Type > &b)
 
template<class Type >
bool operator!= (const Pair< Type > &a, const Pair< Type > &b)
 
template<class Type >
bool operator< (const Pair< Type > &a, const Pair< Type > &b)
 
template<class Type >
bool operator<= (const Pair< Type > &a, const Pair< Type > &b)
 
template<class Type >
bool operator> (const Pair< Type > &a, const Pair< Type > &b)
 
template<class Type >
bool operator>= (const Pair< Type > &a, const Pair< Type > &b)
 

Detailed Description

Original source file Pair.H

Definition in file Pair.H.