#include <catch.hpp>
Public Member Functions | |
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 |
Protected Member Functions | |
virtual std::string | describe () const =0 |
Protected Attributes | |
std::string | m_cachedToString |
|
protectedpure virtualinherited |
Implemented in Catch::Matchers::Vector::UnorderedEqualsMatcher< T, AllocComp, AllocMatch >, Catch::Matchers::Vector::ApproxMatcher< T, AllocComp, AllocMatch >, Catch::Matchers::Vector::EqualsMatcher< T, AllocComp, AllocMatch >, Catch::Matchers::Vector::ContainsMatcher< T, AllocComp, AllocMatch >, Catch::Matchers::Vector::ContainsElementMatcher< T, Alloc >, Catch::Matchers::StdString::RegexMatcher, Catch::Matchers::StdString::StringMatcherBase, Catch::Matchers::Generic::PredicateMatcher< T >, Catch::Matchers::Floating::WithinRelMatcher, Catch::Matchers::Floating::WithinUlpsMatcher, Catch::Matchers::Floating::WithinAbsMatcher, Catch::Matchers::Exception::ExceptionMessageMatcher, Catch::Matchers::Impl::MatchNotOf< ArgT >, Catch::Matchers::Impl::MatchAnyOf< ArgT >, and Catch::Matchers::Impl::MatchAllOf< ArgT >.
|
pure virtualinherited |
Implemented in Catch::Matchers::Generic::PredicateMatcher< T >.
MatchNotOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator! |
MatchAllOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator&& | ( | MatcherBase< T > const & | other | ) | const |
MatchAnyOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator|| | ( | MatcherBase< T > const & | other | ) | const |
|
inherited |
|
mutableprotectedinherited |