Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::EqMatcher< Rhs > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::EqMatcher< Rhs >:
Collaboration diagram for testing::internal::EqMatcher< Rhs >:

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

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

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

Constructor & Destructor Documentation

◆ EqMatcher()

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

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

Member Function Documentation

◆ Desc()

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

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

1100{ return "is equal to"; }

◆ NegatedDesc()

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

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

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

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