cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
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
 

Member Typedef Documentation

◆ is_gtest_matcher

template<typename T >
using testing::gmock_matchers_test::GtestGreaterThanMatcher< T >::is_gtest_matcher = void

Member Function Documentation

◆ DescribeNegationTo()

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

◆ DescribeTo()

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

◆ MatchAndExplain()

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

Member Data Documentation

◆ rhs


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