![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for testing::gmock_matchers_test::GreaterThanMatcher:
Collaboration diagram for testing::gmock_matchers_test::GreaterThanMatcher:Public Member Functions | |
| GreaterThanMatcher (int rhs) | |
| virtual void | DescribeTo (ostream *os) const |
| virtual bool | MatchAndExplain (int lhs, MatchResultListener *listener) const |
Public Member Functions inherited from testing::MatcherInterface< T > | |
| virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const =0 |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
| virtual void | DescribeTo (::std::ostream *os) const =0 |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
Private Attributes | |
| int | rhs_ |
Definition at line 162 of file gmock-matchers_test.cc.
View newest version in sPHENIX GitHub at line 162 of file gmock-matchers_test.cc
|
inlineexplicit |
Definition at line 164 of file gmock-matchers_test.cc.
View newest version in sPHENIX GitHub at line 164 of file gmock-matchers_test.cc
|
inlinevirtual |
Definition at line 166 of file gmock-matchers_test.cc.
View newest version in sPHENIX GitHub at line 166 of file gmock-matchers_test.cc
References rhs_.
|
inlinevirtual |
Definition at line 170 of file gmock-matchers_test.cc.
View newest version in sPHENIX GitHub at line 170 of file gmock-matchers_test.cc
References rhs_.
|
private |
Definition at line 185 of file gmock-matchers_test.cc.
View newest version in sPHENIX GitHub at line 185 of file gmock-matchers_test.cc
Referenced by DescribeTo(), and MatchAndExplain().