Electroneum
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 935 of file gmock-matchers.h.

Constructor & Destructor Documentation

◆ NeMatcher()

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

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

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Desc()

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

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

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

◆ NegatedDesc()

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

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

940{ return "is equal to"; }

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h