GNU Radio's DSD Package
testing::MatcherInterface< T > Class Template Referenceabstract

#include <gmock-matchers.h>

Inheritance diagram for testing::MatcherInterface< T >:
testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::internal::AnyMatcherImpl< T > testing::internal::AnyMatcherImpl< T > testing::internal::BothOfMatcherImpl< T > testing::internal::BothOfMatcherImpl< T > testing::internal::EitherOfMatcherImpl< T > testing::internal::EitherOfMatcherImpl< T > testing::internal::FloatingEqMatcher< FloatType >::Impl< T > testing::internal::FloatingEqMatcher< FloatType >::Impl< T > testing::internal::NotMatcherImpl< T > testing::internal::NotMatcherImpl< T >

Public Member Functions

virtual bool MatchAndExplain (T x, MatchResultListener *listener) const =0
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const =0
Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
virtual void DescribeTo (::std::ostream *os) const =0
virtual void DescribeNegationTo (::std::ostream *os) const
virtual ~MatcherDescriberInterface ()
virtual void DescribeTo (::std::ostream *os) const =0
virtual void DescribeNegationTo (::std::ostream *os) const

Member Function Documentation

◆ MatchAndExplain() [1/2]

template<typename T>
virtual bool testing::MatcherInterface< T >::MatchAndExplain ( T x,
MatchResultListener * listener ) const
pure virtual

Implemented in testing::internal::AnyMatcherImpl< T >, testing::internal::AnyMatcherImpl< T >, testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >, testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >, testing::internal::BothOfMatcherImpl< T >, testing::internal::BothOfMatcherImpl< T >, testing::internal::ContainsMatcherImpl< Container >, testing::internal::ContainsMatcherImpl< Container >, testing::internal::EachMatcherImpl< Container >, testing::internal::EachMatcherImpl< Container >, testing::internal::EitherOfMatcherImpl< T >, testing::internal::EitherOfMatcherImpl< T >, testing::internal::ElementsAreMatcherImpl< Container >, testing::internal::ElementsAreMatcherImpl< Container >, testing::internal::FloatingEqMatcher< FloatType >::Impl< T >, testing::internal::FloatingEqMatcher< FloatType >::Impl< T >, testing::internal::KeyMatcherImpl< PairType >, testing::internal::KeyMatcherImpl< PairType >, testing::internal::NotMatcherImpl< T >, testing::internal::NotMatcherImpl< T >, testing::internal::PairMatcherImpl< PairType >, testing::internal::PairMatcherImpl< PairType >, testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >, testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >, testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >, testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >, testing::internal::UnorderedElementsAreMatcherImpl< Container >, testing::internal::UnorderedElementsAreMatcherImpl< Container >, testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >, and testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >.

◆ MatchAndExplain() [2/2]


The documentation for this class was generated from the following files: