Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs > Class Template Reference
+ Inheritance diagram for testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >:
+ Collaboration diagram for testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >:

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
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

Rhs rhs_
 

Detailed Description

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

Definition at line 903 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 903 of file gmock-matchers.h

Constructor & Destructor Documentation

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

Definition at line 905 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 905 of file gmock-matchers.h

Member Function Documentation

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

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 914 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 914 of file gmock-matchers.h

References testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::rhs_, and testing::internal::UniversalPrint().

+ Here is the call graph for this function:

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

Implements testing::MatcherDescriberInterface.

Definition at line 910 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 910 of file gmock-matchers.h

References testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::rhs_, and testing::internal::UniversalPrint().

+ Here is the call graph for this function:

template<typename D, typename Rhs, typename Op>
template<typename Lhs >
testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::GTEST_DISALLOW_ASSIGN_ ( Impl< Lhs >  )
private
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

Implements testing::MatcherInterface< Lhs >.

Definition at line 906 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 906 of file gmock-matchers.h

References check_smearing_config::lhs, and testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::rhs_.

Member Data Documentation

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: