proxygen
testing::internal::ComparisonBase< D, Rhs, Op > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

 ComparisonBase (const Rhs &rhs)
 
template<typename Lhs >
 operator Matcher< Lhs > () const
 
 ComparisonBase (const Rhs &rhs)
 
template<typename Lhs >
 operator Matcher< Lhs > () const
 
 ComparisonBase (const Rhs &rhs)
 
template<typename Lhs >
 operator Matcher< Lhs > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ComparisonBase)
 
 GTEST_DISALLOW_ASSIGN_ (ComparisonBase)
 
 GTEST_DISALLOW_ASSIGN_ (ComparisonBase)
 

Private Attributes

Rhs rhs_
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

895 : rhs_(rhs) {}
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
template<typename D, typename Rhs, typename Op>
testing::internal::ComparisonBase< D, Rhs, Op >::ComparisonBase ( const Rhs &  rhs)
inlineexplicit

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

895 : rhs_(rhs) {}
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
template<typename D, typename Rhs, typename Op>
testing::internal::ComparisonBase< D, Rhs, Op >::ComparisonBase ( const Rhs &  rhs)
inlineexplicit

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

895 : rhs_(rhs) {}
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

Member Function Documentation

template<typename D, typename Rhs, typename Op>
testing::internal::ComparisonBase< D, Rhs, Op >::GTEST_DISALLOW_ASSIGN_ ( ComparisonBase< D, Rhs, Op >  )
private
template<typename D, typename Rhs, typename Op>
testing::internal::ComparisonBase< D, Rhs, Op >::GTEST_DISALLOW_ASSIGN_ ( ComparisonBase< D, Rhs, Op >  )
private
template<typename D, typename Rhs, typename Op>
testing::internal::ComparisonBase< D, Rhs, Op >::GTEST_DISALLOW_ASSIGN_ ( ComparisonBase< D, Rhs, Op >  )
private
template<typename D, typename Rhs, typename Op>
template<typename Lhs >
testing::internal::ComparisonBase< D, Rhs, Op >::operator Matcher< Lhs > ( ) const
inline

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

897  {
898  return MakeMatcher(new Impl<Lhs>(rhs_));
899  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
template<typename D, typename Rhs, typename Op>
template<typename Lhs >
testing::internal::ComparisonBase< D, Rhs, Op >::operator Matcher< Lhs > ( ) const
inline

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

897  {
898  return MakeMatcher(new Impl<Lhs>(rhs_));
899  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
template<typename D, typename Rhs, typename Op>
template<typename Lhs >
testing::internal::ComparisonBase< D, Rhs, Op >::operator Matcher< Lhs > ( ) const
inline

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

897  {
898  return MakeMatcher(new Impl<Lhs>(rhs_));
899  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)

Member Data Documentation

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

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


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