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

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::LeMatcher< Rhs >:
testing::internal::ComparisonBase< LeMatcher< Rhs >, Rhs, AnyLe > testing::internal::ComparisonBase< LeMatcher< Rhs >, Rhs, AnyLe > testing::internal::ComparisonBase< LeMatcher< Rhs >, Rhs, AnyLe >

Public Member Functions

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

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

Constructor & Destructor Documentation

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

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

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

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

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

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

962  : ComparisonBase<LeMatcher<Rhs>, Rhs, AnyLe>(rhs) { }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

Member Function Documentation

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

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

963 { return "is <="; }
template<typename Rhs >
static const char* testing::internal::LeMatcher< Rhs >::Desc ( )
inlinestatic

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

963 { return "is <="; }
template<typename Rhs >
static const char* testing::internal::LeMatcher< Rhs >::Desc ( )
inlinestatic

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

963 { return "is <="; }
template<typename Rhs >
static const char* testing::internal::LeMatcher< Rhs >::NegatedDesc ( )
inlinestatic

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

964 { return "isn't <="; }
template<typename Rhs >
static const char* testing::internal::LeMatcher< Rhs >::NegatedDesc ( )
inlinestatic

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

964 { return "isn't <="; }
template<typename Rhs >
static const char* testing::internal::LeMatcher< Rhs >::NegatedDesc ( )
inlinestatic

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

964 { return "isn't <="; }

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