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

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

Public Member Functions

 PairMatcher (FirstMatcher first_matcher, SecondMatcher second_matcher)
 
template<typename PairType >
 operator Matcher< PairType > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PairMatcher)
 

Private Attributes

const FirstMatcher first_matcher_
 
const SecondMatcher second_matcher_
 

Detailed Description

template<typename FirstMatcher, typename SecondMatcher>
class testing::internal::PairMatcher< FirstMatcher, SecondMatcher >

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

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

Constructor & Destructor Documentation

template<typename FirstMatcher, typename SecondMatcher>
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::PairMatcher ( FirstMatcher  first_matcher,
SecondMatcher  second_matcher 
)
inline

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

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

Member Function Documentation

template<typename FirstMatcher, typename SecondMatcher>
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::GTEST_DISALLOW_ASSIGN_ ( PairMatcher< FirstMatcher, SecondMatcher >  )
private
template<typename FirstMatcher, typename SecondMatcher>
template<typename PairType >
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::operator Matcher< PairType > ( ) const
inline

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

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

References testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::first_matcher_, testing::MakeMatcher(), and testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::second_matcher_.

+ Here is the call graph for this function:

Member Data Documentation

template<typename FirstMatcher, typename SecondMatcher>
const FirstMatcher testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::first_matcher_
private

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

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

Referenced by testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::operator Matcher< PairType >().

template<typename FirstMatcher, typename SecondMatcher>
const SecondMatcher testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::second_matcher_
private

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

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

Referenced by testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::operator Matcher< PairType >().


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