| spdlog
    | 
#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::Impl::MatchAllOf< ArgT >, Catch::Matchers::Impl::MatchAnyOf< ArgT >, Catch::Matchers::Impl::MatchNotOf< ArgT >, Catch::Matchers::Floating::WithinAbsMatcher, Catch::Matchers::Floating::WithinUlpsMatcher, Catch::Matchers::Generic::PredicateMatcher< T >, Catch::Matchers::StdString::StringMatcherBase, Catch::Matchers::StdString::RegexMatcher, Catch::Matchers::Vector::ContainsElementMatcher< T >, Catch::Matchers::Vector::ContainsMatcher< T >, Catch::Matchers::Vector::EqualsMatcher< T >, Catch::Matchers::Vector::ApproxMatcher< T >, and Catch::Matchers::Vector::UnorderedEqualsMatcher< T >.
| 
 | pure virtualinherited | 
Implemented in Catch::Matchers::Generic::PredicateMatcher< T >.
| MatchNotOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator! | ( | ) | const | 
| 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 |