spdlog
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Catch::Matchers::Impl::MatchAllOf< ArgT > Struct Template Referenceabstract

Detailed Description

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

Definition at line 3143 of file catch.hpp.

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Impl::MatchAllOf< ArgT >:
[legend]

Public Member Functions

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

Member Function Documentation

◆ describe()

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

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

Definition at line 3151 of file catch.hpp.

◆ match() [1/2]

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

Definition at line 3144 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! ( ) const
inherited

Definition at line 3139 of file catch.hpp.

◆ operator&&() [1/2]

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

Definition at line 3137 of file catch.hpp.

◆ operator&&() [2/2]

template<typename ArgT >
MatchAllOf< ArgT > & Catch::Matchers::Impl::MatchAllOf< ArgT >::operator&& ( MatcherBase< ArgT > const &  other)
inline

Definition at line 3167 of file catch.hpp.

◆ operator||()

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

Definition at line 3138 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 3117 of file catch.hpp.

◆ m_matchers

template<typename ArgT >
std::vector<MatcherBase<ArgT> const*> Catch::Matchers::Impl::MatchAllOf< ArgT >::m_matchers

Definition at line 3172 of file catch.hpp.


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