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

#include <gmock-matchers.h>

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

Public Member Functions

 NeMatcher (const Rhs &rhs)
 
- Public Member Functions inherited from testing::internal::ComparisonBase< NeMatcher< Rhs >, Rhs, AnyNe >
 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::NeMatcher< Rhs >

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

Constructor & Destructor Documentation

◆ NeMatcher()

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

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

Member Function Documentation

◆ Desc()

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

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

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

◆ NegatedDesc()

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

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

1109{ return "is equal to"; }

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