#include <gmock.h>
Public Member Functions | |
NotMatcher (InnerMatcher matcher) | |
NotMatcher (InnerMatcher matcher) | |
template<typename T > | |
operator Matcher< T > () const | |
template<typename T > | |
operator Matcher< T > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (NotMatcher) | |
GTEST_DISALLOW_ASSIGN_ (NotMatcher) | |
Private Attributes | |
InnerMatcher | matcher_ |
Definition at line 6047 of file fused-src/gmock/gmock.h.
testing::internal::NotMatcher< InnerMatcher >::NotMatcher | ( | InnerMatcher | matcher | ) | [inline, explicit] |
Definition at line 6049 of file fused-src/gmock/gmock.h.
testing::internal::NotMatcher< InnerMatcher >::NotMatcher | ( | InnerMatcher | matcher | ) | [inline, explicit] |
Definition at line 1397 of file gmock-matchers.h.
testing::internal::NotMatcher< InnerMatcher >::GTEST_DISALLOW_ASSIGN_ | ( | NotMatcher< InnerMatcher > | ) | [private] |
testing::internal::NotMatcher< InnerMatcher >::GTEST_DISALLOW_ASSIGN_ | ( | NotMatcher< InnerMatcher > | ) | [private] |
testing::internal::NotMatcher< InnerMatcher >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 1402 of file gmock-matchers.h.
testing::internal::NotMatcher< InnerMatcher >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 6054 of file fused-src/gmock/gmock.h.
InnerMatcher testing::internal::NotMatcher< InnerMatcher >::matcher_ [private] |
Definition at line 6059 of file fused-src/gmock/gmock.h.