API
Catch::Detail::Approx Member List

This is the complete list of members for Catch::Detail::Approx, including all inherited members.

Approx(double value)Catch::Detail::Approxexplicit
Approx(T const &value)Catch::Detail::Approxinlineexplicit
custom()Catch::Detail::Approxstatic
epsilon(T const &newEpsilon)Catch::Detail::Approxinline
equalityComparisonImpl(double other) constCatch::Detail::Approxprivate
m_epsilonCatch::Detail::Approxprivate
m_marginCatch::Detail::Approxprivate
m_scaleCatch::Detail::Approxprivate
m_valueCatch::Detail::Approxprivate
margin(T const &newMargin)Catch::Detail::Approxinline
operator!=(T const &lhs, Approx const &rhs)Catch::Detail::Approxfriend
operator!=(Approx const &lhs, T const &rhs)Catch::Detail::Approxfriend
operator()(T const &value) constCatch::Detail::Approxinline
operator-() constCatch::Detail::Approx
operator<=(T const &lhs, Approx const &rhs)Catch::Detail::Approxfriend
operator<=(Approx const &lhs, T const &rhs)Catch::Detail::Approxfriend
operator==(const T &lhs, Approx const &rhs)Catch::Detail::Approxfriend
operator==(Approx const &lhs, const T &rhs)Catch::Detail::Approxfriend
operator>=(T const &lhs, Approx const &rhs)Catch::Detail::Approxfriend
operator>=(Approx const &lhs, T const &rhs)Catch::Detail::Approxfriend
scale(T const &newScale)Catch::Detail::Approxinline
setEpsilon(double epsilon)Catch::Detail::Approxprivate
setMargin(double margin)Catch::Detail::Approxprivate
toString() constCatch::Detail::Approx