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
Namespaces | Functions
Catch::Matchers Namespace Reference

Namespaces

 Impl
 

Functions

template<typename ExpressionT >
Impl::Generic::AllOf< ExpressionT > AllOf (Impl::Matcher< ExpressionT > const &m1, Impl::Matcher< ExpressionT > const &m2)
 
template<typename ExpressionT >
Impl::Generic::AllOf< ExpressionT > AllOf (Impl::Matcher< ExpressionT > const &m1, Impl::Matcher< ExpressionT > const &m2, Impl::Matcher< ExpressionT > const &m3)
 
template<typename ExpressionT >
Impl::Generic::AnyOf< ExpressionT > AnyOf (Impl::Matcher< ExpressionT > const &m1, Impl::Matcher< ExpressionT > const &m2)
 
template<typename ExpressionT >
Impl::Generic::AnyOf< ExpressionT > AnyOf (Impl::Matcher< ExpressionT > const &m1, Impl::Matcher< ExpressionT > const &m2, Impl::Matcher< ExpressionT > const &m3)
 
Impl::StdString::Equals Equals (std::string const &str)
 
Impl::StdString::Equals Equals (const char *str)
 
Impl::StdString::Contains Contains (std::string const &substr)
 
Impl::StdString::Contains Contains (const char *substr)
 
Impl::StdString::StartsWith StartsWith (std::string const &substr)
 
Impl::StdString::StartsWith StartsWith (const char *substr)
 
Impl::StdString::EndsWith EndsWith (std::string const &substr)
 
Impl::StdString::EndsWith EndsWith (const char *substr)
 

Function Documentation

template<typename ExpressionT >
Impl::Generic::AllOf<ExpressionT> Catch::Matchers::AllOf ( Impl::Matcher< ExpressionT > const &  m1,
Impl::Matcher< ExpressionT > const &  m2 
)
inline

Definition at line 2316 of file catch.hpp.

template<typename ExpressionT >
Impl::Generic::AllOf<ExpressionT> Catch::Matchers::AllOf ( Impl::Matcher< ExpressionT > const &  m1,
Impl::Matcher< ExpressionT > const &  m2,
Impl::Matcher< ExpressionT > const &  m3 
)
inline

Definition at line 2321 of file catch.hpp.

template<typename ExpressionT >
Impl::Generic::AnyOf<ExpressionT> Catch::Matchers::AnyOf ( Impl::Matcher< ExpressionT > const &  m1,
Impl::Matcher< ExpressionT > const &  m2 
)
inline

Definition at line 2327 of file catch.hpp.

template<typename ExpressionT >
Impl::Generic::AnyOf<ExpressionT> Catch::Matchers::AnyOf ( Impl::Matcher< ExpressionT > const &  m1,
Impl::Matcher< ExpressionT > const &  m2,
Impl::Matcher< ExpressionT > const &  m3 
)
inline

Definition at line 2332 of file catch.hpp.

Impl::StdString::Contains Catch::Matchers::Contains ( std::string const &  substr)
inline

Definition at line 2344 of file catch.hpp.

Impl::StdString::Contains Catch::Matchers::Contains ( const char *  substr)
inline

Definition at line 2347 of file catch.hpp.

Impl::StdString::EndsWith Catch::Matchers::EndsWith ( std::string const &  substr)
inline

Definition at line 2356 of file catch.hpp.

Impl::StdString::EndsWith Catch::Matchers::EndsWith ( const char *  substr)
inline

Definition at line 2359 of file catch.hpp.

Impl::StdString::Equals Catch::Matchers::Equals ( std::string const &  str)
inline

Definition at line 2338 of file catch.hpp.

Impl::StdString::Equals Catch::Matchers::Equals ( const char *  str)
inline

Definition at line 2341 of file catch.hpp.

Impl::StdString::StartsWith Catch::Matchers::StartsWith ( std::string const &  substr)
inline

Definition at line 2350 of file catch.hpp.

Impl::StdString::StartsWith Catch::Matchers::StartsWith ( const char *  substr)
inline

Definition at line 2353 of file catch.hpp.