#include <catch.hpp>
|
| Approx (double value) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
Approx | operator() (T const &value) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
| Approx (T const &value) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
Approx & | epsilon (T const &newEpsilon) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
Approx & | margin (T const &newMargin) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
Approx & | scale (T const &newScale) |
|
std::string | toString () const |
|
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator== (const T &lhs, Approx const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator== (Approx const &lhs, const T &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator!= (T const &lhs, Approx const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator!= (Approx const &lhs, T const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator<= (T const &lhs, Approx const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator<= (Approx const &lhs, T const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator>= (T const &lhs, Approx const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator>= (Approx const &lhs, T const &rhs) |
|
Catch::Detail::Approx::Approx |
( |
double |
value | ) |
|
|
explicit |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
Catch::Detail::Approx::Approx |
( |
T const & |
value | ) |
|
|
inlineexplicit |
static Approx Catch::Detail::Approx::custom |
( |
| ) |
|
|
static |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
Approx& Catch::Detail::Approx::epsilon |
( |
T const & |
newEpsilon | ) |
|
|
inline |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
Approx& Catch::Detail::Approx::margin |
( |
T const & |
newMargin | ) |
|
|
inline |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
Approx Catch::Detail::Approx::operator() |
( |
T const & |
value | ) |
|
|
inline |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
Approx& Catch::Detail::Approx::scale |
( |
T const & |
newScale | ) |
|
|
inline |
std::string Catch::Detail::Approx::toString |
( |
| ) |
const |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
bool operator!= |
( |
T const & |
lhs, |
|
|
Approx const & |
rhs |
|
) |
| |
|
friend |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
bool operator!= |
( |
Approx const & |
lhs, |
|
|
T const & |
rhs |
|
) |
| |
|
friend |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
bool operator<= |
( |
T const & |
lhs, |
|
|
Approx const & |
rhs |
|
) |
| |
|
friend |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
bool operator<= |
( |
Approx const & |
lhs, |
|
|
T const & |
rhs |
|
) |
| |
|
friend |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
bool operator== |
( |
const T & |
lhs, |
|
|
Approx const & |
rhs |
|
) |
| |
|
friend |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
bool operator== |
( |
Approx const & |
lhs, |
|
|
const T & |
rhs |
|
) |
| |
|
friend |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
bool operator>= |
( |
T const & |
lhs, |
|
|
Approx const & |
rhs |
|
) |
| |
|
friend |
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
bool operator>= |
( |
Approx const & |
lhs, |
|
|
T const & |
rhs |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: