Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Matchers::Impl::MatchAllOf< ArgT > Struct Template Reference

#include <catch.hpp>

+ Inheritance diagram for Catch::Matchers::Impl::MatchAllOf< ArgT >:
+ Collaboration diagram for Catch::Matchers::Impl::MatchAllOf< ArgT >:

Public Member Functions

bool match (ArgT const &arg) const override
 
std::string describe () const override
 
MatchAllOf< ArgT > operator&& (MatcherBase< ArgT > const &other)
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherBase< ArgT >
MatchAllOf< ArgT > operator&& (MatcherBase const &other) const
 
MatchAnyOf< ArgT > operator|| (MatcherBase const &other) const
 
MatchNotOf< ArgT > operator! () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase
 MatcherUntypedBase ()=default
 
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
std::string toString () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherMethod< ArgT >

Public Attributes

std::vector< MatcherBase< ArgT > const * > m_matchers
 

Additional Inherited Members

- Protected Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase
virtual ~MatcherUntypedBase ()
 
- Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase
std::string m_cachedToString
 

Detailed Description

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

Definition at line 3288 of file catch.hpp.

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 3296 of file catch.hpp.

◆ match()

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

Implements Catch::Matchers::Impl::MatcherMethod< ArgT >.

Definition at line 3289 of file catch.hpp.

◆ operator&&()

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

Definition at line 3312 of file catch.hpp.

Member Data Documentation

◆ m_matchers

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

Definition at line 3318 of file catch.hpp.


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