FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::Matchers::Impl::MatchAnyOf< ArgT > Struct Template Reference
Inheritance diagram for Catch::Matchers::Impl::MatchAnyOf< ArgT >:
Catch::Matchers::Impl::MatcherBase< ArgT > Catch::Matchers::Impl::MatcherUntypedBase Catch::Matchers::Impl::MatcherMethod< ArgT >

Public Member Functions

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

Data Fields

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
 

Member Function Documentation

template<typename ArgT>
std::string Catch::Matchers::Impl::MatchAnyOf< ArgT >::describe ( ) const
inlineoverridevirtual
template<typename ArgT>
bool Catch::Matchers::Impl::MatchAnyOf< ArgT >::match ( ArgT const &  arg) const
inlineoverridevirtual
template<typename ArgT>
MatchAnyOf<ArgT>& Catch::Matchers::Impl::MatchAnyOf< ArgT >::operator|| ( MatcherBase< ArgT > const &  other)
inline

Field Documentation

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