Monero
Loading...
Searching...
No Matches
testing::internal::RefMatcher< T & >::Impl< Super > Class Template Reference
Inheritance diagram for testing::internal::RefMatcher< T & >::Impl< Super >:
Collaboration diagram for testing::internal::RefMatcher< T & >::Impl< Super >:

Public Member Functions

 Impl (Super &x)
virtual bool MatchAndExplain (Super &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_ (Impl)

Private Attributes

const Super & object_

Constructor & Destructor Documentation

◆ Impl()

template<typename T>
template<typename Super>
testing::internal::RefMatcher< T & >::Impl< Super >::Impl ( Super & x)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo()

template<typename T>
template<typename Super>
virtual void testing::internal::RefMatcher< T & >::Impl< Super >::DescribeNegationTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeTo()

template<typename T>
template<typename Super>
virtual void testing::internal::RefMatcher< T & >::Impl< Super >::DescribeTo ( ::std::ostream * os) const
inlinevirtual

◆ GTEST_DISALLOW_ASSIGN_()

template<typename T>
template<typename Super>
testing::internal::RefMatcher< T & >::Impl< Super >::GTEST_DISALLOW_ASSIGN_ ( Impl )
private

◆ MatchAndExplain()

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

Member Data Documentation

◆ object_

template<typename T>
template<typename Super>
const Super& testing::internal::RefMatcher< T & >::Impl< Super >::object_
private

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