Public Member Functions | |
| Matcher (const MatcherInterface< T > *impl) | |
| Matcher (T value) | |
Public Member Functions inherited from testing::internal::MatcherBase< T > | |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | DescribeTo (::std::ostream *os) const |
| void | ExplainMatchResultTo (T x,::std::ostream *os) const |
| const MatcherDescriberInterface * | GetDescriber () const |
| bool | MatchAndExplain (T x, MatchResultListener *listener) const |
| bool | Matches (T x) const |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::MatcherBase< T > | |
| MatcherBase (const MatcherInterface< T > *impl) | |