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

#include <gmock-matchers_test.h>

Public Types

using is_gtest_matcher = void
 

Public Member Functions

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

Public Attributes

T rhs
 

Detailed Description

template<typename T>
struct testing::gmock_matchers_test::GtestGreaterThanMatcher< T >

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

Member Typedef Documentation

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

Member Function Documentation

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

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

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

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

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

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

Member Data Documentation

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


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