#include <catch.hpp>
Public Member Functions | |
bool | match (ArgT const &arg) const override |
std::string | describe () const override |
MatchAnyOf< ArgT > | operator|| (MatcherBase< ArgT > const &other) |
MatchAllOf< ArgT > | operator&& (MatcherBase const &other) const |
MatchAnyOf< ArgT > | operator|| (MatcherBase const &other) const |
MatchNotOf< ArgT > | operator! () const |
std::string | toString () const |
virtual bool | match (ObjectT const &arg) const =0 |
Public Attributes | |
std::vector< MatcherBase< ArgT > const * > | m_matchers |
Protected Attributes | |
std::string | m_cachedToString |
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherUntypedBase.
|
inlineoverride |
|
pure virtualinherited |
Implemented in Catch::Matchers::Generic::PredicateMatcher< T >.
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inherited |
|
mutableprotectedinherited |
std::vector<MatcherBase<ArgT> const*> Catch::Matchers::Impl::MatchAnyOf< ArgT >::m_matchers |