#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 6444 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 6447 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 1526 of file gmock-matchers.h.
|
private |
|
private |
|
inline |
Definition at line 1531 of file gmock-matchers.h.
|
inline |
Definition at line 6452 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 6458 of file fused-src/gmock/gmock.h.