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