GNU Radio's DSD Package
testing::internal::NotMatcherImpl< T > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::NotMatcherImpl< T >:
testing::MatcherInterface< T > testing::MatcherInterface< T > testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::MatcherDescriberInterface

Public Member Functions

 NotMatcherImpl (const Matcher< T > &matcher)
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
 NotMatcherImpl (const Matcher< T > &matcher)
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
- Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
 
virtual ~MatcherDescriberInterface ()
 

Constructor & Destructor Documentation

◆ NotMatcherImpl() [1/2]

template<typename T >
testing::internal::NotMatcherImpl< T >::NotMatcherImpl ( const Matcher< T > &  matcher)
inlineexplicit

◆ NotMatcherImpl() [2/2]

template<typename T >
testing::internal::NotMatcherImpl< T >::NotMatcherImpl ( const Matcher< T > &  matcher)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo() [1/2]

template<typename T >
virtual void testing::internal::NotMatcherImpl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

◆ DescribeNegationTo() [2/2]

template<typename T >
virtual void testing::internal::NotMatcherImpl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

◆ DescribeTo() [1/2]

template<typename T >
virtual void testing::internal::NotMatcherImpl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

◆ DescribeTo() [2/2]

template<typename T >
virtual void testing::internal::NotMatcherImpl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

◆ MatchAndExplain() [1/2]

template<typename T >
virtual bool testing::internal::NotMatcherImpl< T >::MatchAndExplain ( x,
MatchResultListener listener 
) const
inlinevirtual

◆ MatchAndExplain() [2/2]

template<typename T >
virtual bool testing::internal::NotMatcherImpl< T >::MatchAndExplain ( x,
MatchResultListener listener 
) const
inlinevirtual

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