wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Data Fields | Protected Attributes
Catch::Matchers::Impl::MatchNotOf< ArgT > Struct Template Referenceabstract
Inheritance diagram for Catch::Matchers::Impl::MatchNotOf< ArgT >:
[legend]
Collaboration diagram for Catch::Matchers::Impl::MatchNotOf< ArgT >:
[legend]

Public Member Functions

 MatchNotOf (MatcherBase< ArgT > const &underlyingMatcher)
 
bool match (ArgT const &arg) const override
 
std::string describe () const override
 
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
 

Data Fields

MatcherBase< ArgT > const & m_underlyingMatcher
 

Protected Attributes

std::string m_cachedToString
 

Member Function Documentation

◆ describe()

template<typename ArgT >
std::string Catch::Matchers::Impl::MatchNotOf< ArgT >::describe ( ) const
inlineoverridevirtual

The documentation for this struct was generated from the following file: