This is the complete list of members for Catch::Approx, including all inherited members.
Approx(double value) | Catch::Approx | explicit |
Approx(T const &value) | Catch::Approx | inlineexplicit |
custom() | Catch::Approx | static |
epsilon(T const &newEpsilon) | Catch::Approx | inline |
equalityComparisonImpl(double other) const | Catch::Approx | private |
m_epsilon | Catch::Approx | private |
m_margin | Catch::Approx | private |
m_scale | Catch::Approx | private |
m_value | Catch::Approx | private |
margin(T const &newMargin) | Catch::Approx | inline |
operator!=(T const &lhs, Approx const &rhs) | Catch::Approx | friend |
operator!=(Approx const &lhs, T const &rhs) | Catch::Approx | friend |
operator()(T const &value) const | Catch::Approx | inline |
operator-() const | Catch::Approx | |
operator<=(T const &lhs, Approx const &rhs) | Catch::Approx | friend |
operator<=(Approx const &lhs, T const &rhs) | Catch::Approx | friend |
operator==(const T &lhs, Approx const &rhs) | Catch::Approx | friend |
operator==(Approx const &lhs, const T &rhs) | Catch::Approx | friend |
operator>=(T const &lhs, Approx const &rhs) | Catch::Approx | friend |
operator>=(Approx const &lhs, T const &rhs) | Catch::Approx | friend |
scale(T const &newScale) | Catch::Approx | inline |
setEpsilon(double epsilon) | Catch::Approx | private |
setMargin(double margin) | Catch::Approx | private |
toString() const | Catch::Approx |