cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::gmock_matchers_test::GreaterThanMatcher< T > Class Template Reference

#include <gmock-matchers_test.h>

Inheritance diagram for testing::gmock_matchers_test::GreaterThanMatcher< 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
 

Constructor & Destructor Documentation

◆ GreaterThanMatcher()

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

Member Function Documentation

◆ DescribeNegationTo()

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

◆ DescribeTo()

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

◆ MatchAndExplain()

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

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