Monero
Loading...
Searching...
No Matches
testing::internal::NotMatcherImpl< T > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::NotMatcherImpl< T >:
Collaboration diagram for testing::internal::NotMatcherImpl< T >:

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
Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (NotMatcherImpl)

Private Attributes

const Matcher< Tmatcher_

Constructor & Destructor Documentation

◆ NotMatcherImpl()

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

Member Function Documentation

◆ DescribeNegationTo()

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

◆ DescribeTo()

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

◆ GTEST_DISALLOW_ASSIGN_()

template<typename T>
testing::internal::NotMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ ( NotMatcherImpl< T > )
private

◆ MatchAndExplain()

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

Member Data Documentation

◆ matcher_

template<typename T>
const Matcher<T> testing::internal::NotMatcherImpl< T >::matcher_
private

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