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

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

Classes

class  Impl
 

Public Member Functions

 PointeeMatcher (const InnerMatcher &matcher)
 
template<typename Pointer >
 operator Matcher< Pointer > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PointeeMatcher)
 

Private Attributes

const InnerMatcher matcher_
 

Detailed Description

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

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

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

Constructor & Destructor Documentation

template<typename InnerMatcher >
testing::internal::PointeeMatcher< InnerMatcher >::PointeeMatcher ( const InnerMatcher &  matcher)
inlineexplicit

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

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

Member Function Documentation

template<typename InnerMatcher >
testing::internal::PointeeMatcher< InnerMatcher >::GTEST_DISALLOW_ASSIGN_ ( PointeeMatcher< InnerMatcher >  )
private
template<typename InnerMatcher >
template<typename Pointer >
testing::internal::PointeeMatcher< InnerMatcher >::operator Matcher< Pointer > ( ) const
inline

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

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

References testing::MakeMatcher(), and testing::internal::PointeeMatcher< InnerMatcher >::matcher_.

+ Here is the call graph for this function:

Member Data Documentation

template<typename InnerMatcher >
const InnerMatcher testing::internal::PointeeMatcher< InnerMatcher >::matcher_
private

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

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

Referenced by testing::internal::PointeeMatcher< InnerMatcher >::operator Matcher< Pointer >().


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