Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
NotMatcher (InnerMatcher matcher) | |
template<typename T > | |
operator Matcher< T > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (NotMatcher) | |
Private Attributes | |
InnerMatcher | matcher_ |
Definition at line 1470 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1470 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 1472 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1472 of file gmock-matchers.h
|
private |
|
inline |
Definition at line 1477 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1477 of file gmock-matchers.h
References testing::internal::NotMatcher< InnerMatcher >::matcher_.
|
private |
Definition at line 1482 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1482 of file gmock-matchers.h
Referenced by testing::internal::NotMatcher< InnerMatcher >::operator Matcher< T >().