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

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::GeMatcher< Rhs >:
testing::internal::ComparisonBase< GeMatcher< Rhs >, Rhs, AnyGe > testing::internal::ComparisonBase< GeMatcher< Rhs >, Rhs, AnyGe > testing::internal::ComparisonBase< GeMatcher< Rhs >, Rhs, AnyGe >

Public Member Functions

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

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

Constructor & Destructor Documentation

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

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

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

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

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

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

970  : ComparisonBase<GeMatcher<Rhs>, Rhs, AnyGe>(rhs) { }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

972 { return "isn't >="; }

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