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

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

Public Member Functions

 BothOfMatcher (Matcher1 matcher1, Matcher2 matcher2)
 
template<typename T >
 operator Matcher< T > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (BothOfMatcher)
 

Private Attributes

Matcher1 matcher1_
 
Matcher2 matcher2_
 

Detailed Description

template<typename Matcher1, typename Matcher2>
class testing::internal::BothOfMatcher< Matcher1, Matcher2 >

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

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

Constructor & Destructor Documentation

template<typename Matcher1 , typename Matcher2 >
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::BothOfMatcher ( Matcher1  matcher1,
Matcher2  matcher2 
)
inline

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

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

Member Function Documentation

template<typename Matcher1 , typename Matcher2 >
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::GTEST_DISALLOW_ASSIGN_ ( BothOfMatcher< Matcher1, Matcher2 >  )
private
template<typename Matcher1 , typename Matcher2 >
template<typename T >
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T > ( ) const
inline

Member Data Documentation

template<typename Matcher1 , typename Matcher2 >
Matcher1 testing::internal::BothOfMatcher< Matcher1, Matcher2 >::matcher1_
private

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

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

Referenced by testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T >().

template<typename Matcher1 , typename Matcher2 >
Matcher2 testing::internal::BothOfMatcher< Matcher1, Matcher2 >::matcher2_
private

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

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

Referenced by testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T >().


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