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
Public Member Functions | Static Public Member Functions | Friends | List of all members
Catch::Detail::Approx Class Reference

#include <catch.hpp>

Public Member Functions

 Approx (double value)
 
 Approx (Approx const &other)
 
Approx operator() (double value)
 
Approxepsilon (double newEpsilon)
 
Approxscale (double newScale)
 
std::string toString () const
 

Static Public Member Functions

static Approx custom ()
 

Friends

bool operator== (double lhs, Approx const &rhs)
 
bool operator== (Approx const &lhs, double rhs)
 
bool operator!= (double lhs, Approx const &rhs)
 
bool operator!= (Approx const &lhs, double rhs)
 

Detailed Description

Definition at line 2072 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Detail::Approx::Approx ( double  value)
inlineexplicit

Definition at line 2074 of file catch.hpp.

Catch::Detail::Approx::Approx ( Approx const &  other)
inline

Definition at line 2080 of file catch.hpp.

Member Function Documentation

static Approx Catch::Detail::Approx::custom ( )
inlinestatic

Definition at line 2086 of file catch.hpp.

Approx& Catch::Detail::Approx::epsilon ( double  newEpsilon)
inline

Definition at line 2114 of file catch.hpp.

Approx Catch::Detail::Approx::operator() ( double  value)
inline

Definition at line 2090 of file catch.hpp.

Approx& Catch::Detail::Approx::scale ( double  newScale)
inline

Definition at line 2119 of file catch.hpp.

std::string Catch::Detail::Approx::toString ( ) const
inline

Definition at line 2124 of file catch.hpp.

Friends And Related Function Documentation

bool operator!= ( double  lhs,
Approx const &  rhs 
)
friend

Definition at line 2106 of file catch.hpp.

bool operator!= ( Approx const &  lhs,
double  rhs 
)
friend

Definition at line 2110 of file catch.hpp.

bool operator== ( double  lhs,
Approx const &  rhs 
)
friend

Definition at line 2097 of file catch.hpp.

bool operator== ( Approx const &  lhs,
double  rhs 
)
friend

Definition at line 2102 of file catch.hpp.


The documentation for this class was generated from the following file: