Monero
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl Class Reference
Inheritance diagram for testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl:
Collaboration graph
[legend]

Public Member Functions

 Impl (const Matcher< U > &source_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_ (Impl)
 

Private Attributes

const Matcher< U > source_matcher_
 

Constructor & Destructor Documentation

◆ Impl()

template<typename T , typename U >
testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::Impl ( const Matcher< U > &  source_matcher)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo()

template<typename T , typename U >
virtual void testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

◆ DescribeTo()

template<typename T , typename U >
virtual void testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

◆ GTEST_DISALLOW_ASSIGN_()

template<typename T , typename U >
testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::GTEST_DISALLOW_ASSIGN_ ( Impl  )
private

◆ MatchAndExplain()

template<typename T , typename U >
virtual bool testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::MatchAndExplain ( T  x,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

◆ source_matcher_

template<typename T , typename U >
const Matcher<U> testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::source_matcher_
private

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