Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class Type > |
Istream & | operator>> (Istream &, Pair< Type > &) |
|
template<class Type > |
Ostream & | operator<< (Ostream &, const Pair< Type > &) |
|
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) |
|
Original source file Pair.H
Definition in file Pair.H.