|
spdlog
|
Public Member Functions | |
| ApproxMatcher (std::vector< T > const &comparator) | |
| bool | match (std::vector< T > const &v) const override |
| std::string | describe () const override |
| template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> | |
| ApproxMatcher & | epsilon (T const &newEpsilon) |
| template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> | |
| ApproxMatcher & | margin (T const &newMargin) |
| template<typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> | |
| ApproxMatcher & | scale (T const &newScale) |
| MatchAllOf< T > | operator&& (MatcherBase const &other) const |
| MatchAnyOf< T > | operator|| (MatcherBase const &other) const |
| MatchNotOf< T > | operator! () const |
| std::string | toString () const |
| virtual bool | match (T const &arg) const=0 |
Public Attributes | |
| std::vector< T > const & | m_comparator |
| Catch::Detail::Approx | approx = Catch::Detail::Approx::custom() |
Protected Attributes | |
| std::string | m_cachedToString |
|
inline |
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherUntypedBase.
|
inline |
|
inline |
|
inlineoverride |
|
pure virtualinherited |
Implemented in Catch::Matchers::Generic::PredicateMatcher< T >.
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inherited |
|
mutable |
|
mutableprotectedinherited |
| std::vector<T> const& Catch::Matchers::Vector::ApproxMatcher< T >::m_comparator |