API
Catch::Matchers::Impl::MatchNotOf< ArgT > Struct Template Referenceabstract

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Impl::MatchNotOf< ArgT >:
Inheritance graph
Collaboration diagram for Catch::Matchers::Impl::MatchNotOf< ArgT >:
Collaboration graph

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
 

Public Attributes

MatcherBase< ArgT > const & m_underlyingMatcher
 

Protected Attributes

std::string m_cachedToString
 

Detailed Description

template<typename ArgT>
struct Catch::Matchers::Impl::MatchNotOf< ArgT >

Definition at line 3356 of file catch.hpp.

Constructor & Destructor Documentation

◆ MatchNotOf()

template<typename ArgT >
Catch::Matchers::Impl::MatchNotOf< ArgT >::MatchNotOf ( MatcherBase< ArgT > const &  underlyingMatcher)
inline

Definition at line 3358 of file catch.hpp.

Member Function Documentation

◆ describe()

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

Implements Catch::Matchers::Impl::MatcherUntypedBase.

Definition at line 3364 of file catch.hpp.

◆ match() [1/2]

template<typename ArgT >
bool Catch::Matchers::Impl::MatchNotOf< ArgT >::match ( ArgT const &  arg) const
inlineoverride

Definition at line 3360 of file catch.hpp.

◆ match() [2/2]

template<typename ObjectT >
virtual bool Catch::Matchers::Impl::MatcherMethod< ObjectT >::match ( ObjectT const &  arg) const
pure virtualinherited

◆ operator!()

MatchNotOf< ArgT > Catch::Matchers::Impl::MatcherBase< ArgT >::operator!
inherited

Definition at line 3284 of file catch.hpp.

◆ operator&&()

MatchAllOf< ArgT > Catch::Matchers::Impl::MatcherBase< ArgT >::operator&& ( MatcherBase< ArgT > const &  other) const
inherited

Definition at line 3282 of file catch.hpp.

◆ operator||()

MatchAnyOf< ArgT > Catch::Matchers::Impl::MatcherBase< ArgT >::operator|| ( MatcherBase< ArgT > const &  other) const
inherited

Definition at line 3283 of file catch.hpp.

◆ toString()

std::string Catch::Matchers::Impl::MatcherUntypedBase::toString ( ) const
inherited

Member Data Documentation

◆ m_cachedToString

std::string Catch::Matchers::Impl::MatcherUntypedBase::m_cachedToString
mutableprotectedinherited

Definition at line 3253 of file catch.hpp.

◆ m_underlyingMatcher

template<typename ArgT >
MatcherBase<ArgT> const& Catch::Matchers::Impl::MatchNotOf< ArgT >::m_underlyingMatcher

Definition at line 3367 of file catch.hpp.


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