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

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

Public Member Functions

 MatcherAsPredicate (M matcher)
 
template<typename T >
bool operator() (const T &x) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MatcherAsPredicate)
 

Private Attributes

matcher_
 

Detailed Description

template<typename M>
class testing::internal::MatcherAsPredicate< M >

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

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

Constructor & Destructor Documentation

template<typename M >
testing::internal::MatcherAsPredicate< M >::MatcherAsPredicate ( matcher)
inlineexplicit

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

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

Member Function Documentation

template<typename M >
testing::internal::MatcherAsPredicate< M >::GTEST_DISALLOW_ASSIGN_ ( MatcherAsPredicate< M >  )
private
template<typename M >
template<typename T >
bool testing::internal::MatcherAsPredicate< M >::operator() ( const T x) const
inline

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

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

References testing::internal::MatcherAsPredicate< M >::matcher_, and testing::Matches().

+ Here is the call graph for this function:

Member Data Documentation

template<typename M >
M testing::internal::MatcherAsPredicate< M >::matcher_
private

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

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

Referenced by testing::internal::MatcherAsPredicate< M >::operator()().


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