CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations | Functions
Catch::Internal Namespace Reference

Classes

class  Evaluator
 
struct  Evaluator< T1, T2, IsEqualTo >
 
struct  Evaluator< T1, T2, IsGreaterThan >
 
struct  Evaluator< T1, T2, IsGreaterThanOrEqualTo >
 
struct  Evaluator< T1, T2, IsLessThan >
 
struct  Evaluator< T1, T2, IsLessThanOrEqualTo >
 
struct  Evaluator< T1, T2, IsNotEqualTo >
 
struct  OperatorTraits
 
struct  OperatorTraits< IsEqualTo >
 
struct  OperatorTraits< IsGreaterThan >
 
struct  OperatorTraits< IsGreaterThanOrEqualTo >
 
struct  OperatorTraits< IsLessThan >
 
struct  OperatorTraits< IsLessThanOrEqualTo >
 
struct  OperatorTraits< IsNotEqualTo >
 

Enumerations

enum  Operator {
  IsEqualTo, IsNotEqualTo, IsLessThan, IsGreaterThan,
  IsLessThanOrEqualTo, IsGreaterThanOrEqualTo
}
 

Functions

template<typename T >
T & opCast (T const &t)
 
template<Operator Op, typename T1 , typename T2 >
bool applyEvaluator (T1 const &lhs, T2 const &rhs)
 
template<Operator Op, typename T1 , typename T2 >
bool compare (T1 const &lhs, T2 const &rhs)
 
template<Operator Op>
bool compare (unsigned int lhs, int rhs)
 
template<Operator Op>
bool compare (unsigned long lhs, int rhs)
 
template<Operator Op>
bool compare (unsigned char lhs, int rhs)
 
template<Operator Op>
bool compare (unsigned int lhs, long rhs)
 
template<Operator Op>
bool compare (unsigned long lhs, long rhs)
 
template<Operator Op>
bool compare (unsigned char lhs, long rhs)
 
template<Operator Op>
bool compare (int lhs, unsigned int rhs)
 
template<Operator Op>
bool compare (int lhs, unsigned long rhs)
 
template<Operator Op>
bool compare (int lhs, unsigned char rhs)
 
template<Operator Op>
bool compare (long lhs, unsigned int rhs)
 
template<Operator Op>
bool compare (long lhs, unsigned long rhs)
 
template<Operator Op>
bool compare (long lhs, unsigned char rhs)
 
template<Operator Op, typename T >
bool compare (long lhs, T *rhs)
 
template<Operator Op, typename T >
bool compare (T *lhs, long rhs)
 
template<Operator Op, typename T >
bool compare (int lhs, T *rhs)
 
template<Operator Op, typename T >
bool compare (T *lhs, int rhs)
 

Enumeration Type Documentation

Enumerator
IsEqualTo 
IsNotEqualTo 
IsLessThan 
IsGreaterThan 
IsLessThanOrEqualTo 
IsGreaterThanOrEqualTo 

Definition at line 1003 of file catch.hpp.

Function Documentation

template<Operator Op, typename T1 , typename T2 >
bool Catch::Internal::applyEvaluator ( T1 const &  lhs,
T2 const &  rhs 
)

Definition at line 1071 of file catch.hpp.

template<Operator Op, typename T1 , typename T2 >
bool Catch::Internal::compare ( T1 const &  lhs,
T2 const &  rhs 
)

Definition at line 1080 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( unsigned int  lhs,
int  rhs 
)

Definition at line 1085 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( unsigned long  lhs,
int  rhs 
)

Definition at line 1088 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( unsigned char  lhs,
int  rhs 
)

Definition at line 1091 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( unsigned int  lhs,
long  rhs 
)

Definition at line 1096 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( unsigned long  lhs,
long  rhs 
)

Definition at line 1099 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( unsigned char  lhs,
long  rhs 
)

Definition at line 1102 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( int  lhs,
unsigned int  rhs 
)

Definition at line 1107 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( int  lhs,
unsigned long  rhs 
)

Definition at line 1110 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( int  lhs,
unsigned char  rhs 
)

Definition at line 1113 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( long  lhs,
unsigned int  rhs 
)

Definition at line 1118 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( long  lhs,
unsigned long  rhs 
)

Definition at line 1121 of file catch.hpp.

template<Operator Op>
bool Catch::Internal::compare ( long  lhs,
unsigned char  rhs 
)

Definition at line 1124 of file catch.hpp.

template<Operator Op, typename T >
bool Catch::Internal::compare ( long  lhs,
T *  rhs 
)

Definition at line 1129 of file catch.hpp.

template<Operator Op, typename T >
bool Catch::Internal::compare ( T *  lhs,
long  rhs 
)

Definition at line 1132 of file catch.hpp.

template<Operator Op, typename T >
bool Catch::Internal::compare ( int  lhs,
T *  rhs 
)

Definition at line 1137 of file catch.hpp.

template<Operator Op, typename T >
bool Catch::Internal::compare ( T *  lhs,
int  rhs 
)

Definition at line 1140 of file catch.hpp.

template<typename T >
T& Catch::Internal::opCast ( T const &  t)
inline

Definition at line 1021 of file catch.hpp.