Monero
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs > Class Template Reference
Inheritance diagram for testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >:
Collaboration graph
[legend]

Public Member Functions

 Impl (const Rhs &rhs)
 
virtual bool MatchAndExplain (Lhs lhs, MatchResultListener *) 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

Rhs rhs_
 

Constructor & Destructor Documentation

◆ Impl()

template<typename D, typename Rhs, typename Op>
template<typename Lhs >
testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::Impl ( const Rhs &  rhs)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo()

template<typename D, typename Rhs, typename Op>
template<typename Lhs >
virtual void testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

◆ DescribeTo()

template<typename D, typename Rhs, typename Op>
template<typename Lhs >
virtual void testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

◆ GTEST_DISALLOW_ASSIGN_()

template<typename D, typename Rhs, typename Op>
template<typename Lhs >
testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::GTEST_DISALLOW_ASSIGN_ ( Impl< Lhs >  )
private

◆ MatchAndExplain()

template<typename D, typename Rhs, typename Op>
template<typename Lhs >
virtual bool testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::MatchAndExplain ( Lhs  lhs,
MatchResultListener  
) const
inlinevirtual

Member Data Documentation

◆ rhs_

template<typename D, typename Rhs, typename Op>
template<typename Lhs >
Rhs testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::rhs_
private

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