template <typename T>

class NotMatcherImpl

Defined at line 1246 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

Implements the Not(...) matcher for a particular argument type T.

We do not nest it inside the NotMatcher class template, as that

will prevent different instantiations of NotMatcher from sharing

the same NotMatcherImpl

<T

> class.

Public Methods

void NotMatcherImpl<T> (const Matcher<T> & matcher)

Defined at line 1248 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

bool MatchAndExplain (const T & x, MatchResultListener * listener)

Defined at line 1250 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeTo (::std::ostream * os)

Defined at line 1255 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeNegationTo (::std::ostream * os)

Defined at line 1259 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h