Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::NotMatcher< InnerMatcher > Class Template Reference

#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_
 

Detailed Description

template<typename InnerMatcher>
class testing::internal::NotMatcher< InnerMatcher >

Definition at line 1470 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1470 of file gmock-matchers.h

Constructor & Destructor Documentation

template<typename InnerMatcher >
testing::internal::NotMatcher< InnerMatcher >::NotMatcher ( InnerMatcher  matcher)
inlineexplicit

Definition at line 1472 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1472 of file gmock-matchers.h

Member Function Documentation

template<typename InnerMatcher >
testing::internal::NotMatcher< InnerMatcher >::GTEST_DISALLOW_ASSIGN_ ( NotMatcher< InnerMatcher >  )
private
template<typename InnerMatcher >
template<typename T >
testing::internal::NotMatcher< InnerMatcher >::operator Matcher< T > ( ) const
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_.

Member Data Documentation

template<typename InnerMatcher >
InnerMatcher 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 >().


The documentation for this class was generated from the following file: