proxygen
testing::internal::EqMatcher< Rhs > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::EqMatcher< Rhs >:
testing::internal::ComparisonBase< EqMatcher< Rhs >, Rhs, AnyEq > testing::internal::ComparisonBase< EqMatcher< Rhs >, Rhs, AnyEq > testing::internal::ComparisonBase< EqMatcher< Rhs >, Rhs, AnyEq >

Public Member Functions

 EqMatcher (const Rhs &rhs)
 
 EqMatcher (const Rhs &rhs)
 
 EqMatcher (const Rhs &rhs)
 
- Public Member Functions inherited from testing::internal::ComparisonBase< EqMatcher< Rhs >, Rhs, AnyEq >
 ComparisonBase (const Rhs &rhs)
 
 ComparisonBase (const Rhs &rhs)
 
 ComparisonBase (const Rhs &rhs)
 
 operator Matcher< Lhs > () const
 
 operator Matcher< Lhs > () const
 
 operator Matcher< Lhs > () const
 

Static Public Member Functions

static const char * Desc ()
 
static const char * NegatedDesc ()
 
static const char * Desc ()
 
static const char * NegatedDesc ()
 
static const char * Desc ()
 
static const char * NegatedDesc ()
 

Detailed Description

template<typename Rhs>
class testing::internal::EqMatcher< Rhs >

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

Constructor & Destructor Documentation

template<typename Rhs >
testing::internal::EqMatcher< Rhs >::EqMatcher ( const Rhs &  rhs)
inlineexplicit

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

930  : ComparisonBase<EqMatcher<Rhs>, Rhs, AnyEq>(rhs) { }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
template<typename Rhs >
testing::internal::EqMatcher< Rhs >::EqMatcher ( const Rhs &  rhs)
inlineexplicit

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

930  : ComparisonBase<EqMatcher<Rhs>, Rhs, AnyEq>(rhs) { }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
template<typename Rhs >
testing::internal::EqMatcher< Rhs >::EqMatcher ( const Rhs &  rhs)
inlineexplicit

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

930  : ComparisonBase<EqMatcher<Rhs>, Rhs, AnyEq>(rhs) { }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

Member Function Documentation

template<typename Rhs >
static const char* testing::internal::EqMatcher< Rhs >::Desc ( )
inlinestatic

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

931 { return "is equal to"; }
template<typename Rhs >
static const char* testing::internal::EqMatcher< Rhs >::Desc ( )
inlinestatic

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

931 { return "is equal to"; }
template<typename Rhs >
static const char* testing::internal::EqMatcher< Rhs >::Desc ( )
inlinestatic

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

931 { return "is equal to"; }
template<typename Rhs >
static const char* testing::internal::EqMatcher< Rhs >::NegatedDesc ( )
inlinestatic

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

932 { return "isn't equal to"; }
template<typename Rhs >
static const char* testing::internal::EqMatcher< Rhs >::NegatedDesc ( )
inlinestatic

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

932 { return "isn't equal to"; }
template<typename Rhs >
static const char* testing::internal::EqMatcher< Rhs >::NegatedDesc ( )
inlinestatic

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

932 { return "isn't equal to"; }

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