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

#include <catch.hpp>

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

Public Member Functions

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

MatcherBase< ArgT > const & m_underlyingMatcher
 

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::MatchNotOf< ArgT >

Definition at line 2895 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 3001 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 3007 of file catch.hpp.

◆ match()

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

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

Definition at line 3003 of file catch.hpp.

Member Data Documentation

◆ m_underlyingMatcher

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

Definition at line 3010 of file catch.hpp.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03