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

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

Classes

class  MonomorphicImpl
 

Public Member Functions

 PolymorphicMatcher (const Impl &an_impl)
 
Impl & mutable_impl ()
 
const Impl & impl () const
 
template<typename T >
 operator Matcher< T > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PolymorphicMatcher)
 

Private Attributes

Impl impl_
 

Detailed Description

template<class Impl>
class testing::PolymorphicMatcher< Impl >

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

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

Constructor & Destructor Documentation

template<class Impl>
testing::PolymorphicMatcher< Impl >::PolymorphicMatcher ( const Impl &  an_impl)
inlineexplicit

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

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

Member Function Documentation

template<class Impl>
testing::PolymorphicMatcher< Impl >::GTEST_DISALLOW_ASSIGN_ ( PolymorphicMatcher< Impl >  )
private
template<class Impl>
const Impl& testing::PolymorphicMatcher< Impl >::impl ( ) const
inline

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

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

References testing::PolymorphicMatcher< Impl >::impl_.

Referenced by testing::gmock_matchers_test::TEST().

+ Here is the caller graph for this function:

template<class Impl>
Impl& testing::PolymorphicMatcher< Impl >::mutable_impl ( )
inline

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

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

References testing::PolymorphicMatcher< Impl >::impl_.

Referenced by testing::gmock_matchers_test::TEST().

+ Here is the caller graph for this function:

template<class Impl>
template<typename T >
testing::PolymorphicMatcher< Impl >::operator Matcher< T > ( ) const
inline

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

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

References testing::PolymorphicMatcher< Impl >::impl_.

Member Data Documentation

template<class Impl>
Impl testing::PolymorphicMatcher< Impl >::impl_
private

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