|
FastLED 3.9.15
|
This is the complete list of members for fl::test::Approx, including all inherited members.
| Approx(double value) FL_NOEXCEPT | fl::test::Approx | inlineexplicit |
| epsilon(double newEpsilon) FL_NOEXCEPT | fl::test::Approx | inline |
| getEpsilon() const FL_NOEXCEPT | fl::test::Approx | inline |
| getMargin() const FL_NOEXCEPT | fl::test::Approx | inline |
| getScale() const FL_NOEXCEPT | fl::test::Approx | inline |
| margin(double newMargin) FL_NOEXCEPT | fl::test::Approx | inline |
| mEpsilon | fl::test::Approx | private |
| mMargin | fl::test::Approx | private |
| mScale | fl::test::Approx | private |
| mValue | fl::test::Approx | private |
| operator!=(double lhs, const Approx &rhs) FL_NOEXCEPT | fl::test::Approx | friend |
| operator!=(const Approx &lhs, double rhs) FL_NOEXCEPT | fl::test::Approx | friend |
| operator<(double lhs, const Approx &rhs) FL_NOEXCEPT | fl::test::Approx | friend |
| operator<=(double lhs, const Approx &rhs) FL_NOEXCEPT | fl::test::Approx | friend |
| operator==(double lhs, const Approx &rhs) FL_NOEXCEPT | fl::test::Approx | friend |
| operator==(const Approx &lhs, double rhs) FL_NOEXCEPT | fl::test::Approx | friend |
| operator>(double lhs, const Approx &rhs) FL_NOEXCEPT | fl::test::Approx | friend |
| operator>=(double lhs, const Approx &rhs) FL_NOEXCEPT | fl::test::Approx | friend |
| scale(double newScale) FL_NOEXCEPT | fl::test::Approx | inline |
| value() const FL_NOEXCEPT | fl::test::Approx | inline |