Public Member Functions | Public Attributes | List of all members
Catch::Matchers::Impl::MatchAnyOf< ArgT > Struct Template Reference

#include <catch.hpp>

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

Public Member Functions

std::string describe () const override
 
bool match (ArgT const &arg) const override
 
MatchAnyOf< ArgT > & operator|| (MatcherBase< ArgT > const &other)
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherBase< ArgT >
MatchNotOf< ArgT > operator! () const
 
MatchAllOf< ArgT > operator&& (MatcherBase const &other) const
 
MatchAnyOf< ArgT > operator|| (MatcherBase const &other) 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 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::MatchAnyOf< ArgT >

Definition at line 2431 of file catch.hpp.

Member Function Documentation

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

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

Definition at line 2515 of file catch.hpp.

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

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

Definition at line 2508 of file catch.hpp.

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

Definition at line 2531 of file catch.hpp.

Member Data Documentation

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

Definition at line 2536 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26