template <typename Super>
class Impl
Defined at line 843 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Public Methods
void Impl<Super> (Super & x)
Defined at line 845 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (Super & x, MatchResultListener * listener)
MatchAndExplain() takes a Super
&
(as opposed to const Super
&
)
in order to match the interface MatcherInterface
<Super
&
>.
Defined at line 849 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Defined at line 855 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 860 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h