|
Monero
|
#include <gmock-matchers.h>

Public Member Functions | |
| FieldMatcher (FieldType Class::*field, const Matcher< const FieldType & > &matcher) | |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
| template<typename T> | |
| bool | MatchAndExplain (const T &value, MatchResultListener *listener) const |
Private Member Functions | |
| bool | MatchAndExplainImpl (false_type, const Class &obj, MatchResultListener *listener) const |
| bool | MatchAndExplainImpl (true_type, const Class *p, MatchResultListener *listener) const |
| GTEST_DISALLOW_ASSIGN_ (FieldMatcher) | |
Private Attributes | |
| const FieldType Class::* | field_ |
| const Matcher< const FieldType & > | matcher_ |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
private |
|
private |