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

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

Static Public Member Functions

static Matcher< TCast (const M &polymorphic_matcher_or_value)
 

Static Private Member Functions

static Matcher< TCastImpl (const M &value, BooleanConstant< false >)
 
static Matcher< TCastImpl (const M &polymorphic_matcher_or_value, BooleanConstant< true >)
 

Detailed Description

template<typename T, typename M>
class testing::internal::MatcherCastImpl< T, M >

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

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

Member Function Documentation

template<typename T , typename M >
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::Cast ( const M &  polymorphic_matcher_or_value)
inlinestatic

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

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

References testing::internal::MatcherCastImpl< T, M >::CastImpl(), and value.

Referenced by testing::SafeMatcherCastImpl< T >::Cast(), and testing::MatcherCast().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename T , typename M >
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::CastImpl ( const M &  value,
BooleanConstant< false  
)
inlinestaticprivate

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

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

References value.

Referenced by testing::internal::MatcherCastImpl< T, M >::Cast().

+ Here is the caller graph for this function:

template<typename T , typename M >
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::CastImpl ( const M &  polymorphic_matcher_or_value,
BooleanConstant< true  
)
inlinestaticprivate

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

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


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