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

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::NeMatcher< Rhs >:
testing::internal::ComparisonBase< NeMatcher< Rhs >, Rhs, AnyNe > testing::internal::ComparisonBase< NeMatcher< Rhs >, Rhs, AnyNe > testing::internal::ComparisonBase< NeMatcher< Rhs >, Rhs, AnyNe >

Public Member Functions

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

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

Constructor & Destructor Documentation

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

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

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

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

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

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

938  : ComparisonBase<NeMatcher<Rhs>, Rhs, AnyNe>(rhs) { }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

940 { return "is equal to"; }
template<typename Rhs >
static 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: