Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
testing::gmock_matchers_test::GreaterThanMatcher< T > Class Template Reference

#include <gmock-matchers_test.h>

Inherits MatcherInterface< T >.

Public Member Functions

 GreaterThanMatcher (T rhs)
 
void DescribeTo (ostream *os) const override
 
void DescribeNegationTo (ostream *os) const override
 
bool MatchAndExplain (T lhs, MatchResultListener *listener) const override
 

Private Attributes

const GtestGreaterThanMatcher< Timpl_
 

Detailed Description

template<typename T>
class testing::gmock_matchers_test::GreaterThanMatcher< T >

Definition at line 133 of file gmock-matchers_test.h.

Constructor & Destructor Documentation

template<typename T >
testing::gmock_matchers_test::GreaterThanMatcher< T >::GreaterThanMatcher ( T  rhs)
inlineexplicit

Definition at line 135 of file gmock-matchers_test.h.

Member Function Documentation

template<typename T >
void testing::gmock_matchers_test::GreaterThanMatcher< T >::DescribeTo ( ostream *  os) const
inlineoverride

Definition at line 137 of file gmock-matchers_test.h.

template<typename T >
void testing::gmock_matchers_test::GreaterThanMatcher< T >::DescribeNegationTo ( ostream *  os) const
inlineoverride

Definition at line 138 of file gmock-matchers_test.h.

template<typename T >
bool testing::gmock_matchers_test::GreaterThanMatcher< T >::MatchAndExplain ( T  lhs,
MatchResultListener *  listener 
) const
inlineoverride

Definition at line 142 of file gmock-matchers_test.h.

Member Data Documentation

template<typename T >
const GtestGreaterThanMatcher<T> testing::gmock_matchers_test::GreaterThanMatcher< T >::impl_
private

Definition at line 147 of file gmock-matchers_test.h.


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