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

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::GtMatcher< Rhs >:
testing::internal::ComparisonBase< GtMatcher< Rhs >, Rhs, AnyGt > testing::internal::ComparisonBase< GtMatcher< Rhs >, Rhs, AnyGt > testing::internal::ComparisonBase< GtMatcher< Rhs >, Rhs, AnyGt >

Public Member Functions

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

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

Constructor & Destructor Documentation

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

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

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

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

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

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

954  : ComparisonBase<GtMatcher<Rhs>, Rhs, AnyGt>(rhs) { }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

956 { return "isn't >"; }

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