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

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

+ Inheritance diagram for testing::internal::BothOfMatcherImpl< T >:
+ Collaboration diagram for testing::internal::BothOfMatcherImpl< T >:

Public Member Functions

 BothOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2)
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (BothOfMatcherImpl)
 

Private Attributes

const Matcher< Tmatcher1_
 
const Matcher< Tmatcher2_
 

Detailed Description

template<typename T>
class testing::internal::BothOfMatcherImpl< T >

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

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::BothOfMatcherImpl< T >::BothOfMatcherImpl ( const Matcher< T > &  matcher1,
const Matcher< T > &  matcher2 
)
inline

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

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

Member Function Documentation

template<typename T >
virtual void testing::internal::BothOfMatcherImpl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherDescriberInterface.

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

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

References testing::internal::BothOfMatcherImpl< T >::matcher1_, and testing::internal::BothOfMatcherImpl< T >::matcher2_.

template<typename T >
virtual void testing::internal::BothOfMatcherImpl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

Implements testing::MatcherDescriberInterface.

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

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

References testing::internal::BothOfMatcherImpl< T >::matcher1_, and testing::internal::BothOfMatcherImpl< T >::matcher2_.

template<typename T >
testing::internal::BothOfMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ ( BothOfMatcherImpl< T )
private
template<typename T >
virtual bool testing::internal::BothOfMatcherImpl< T >::MatchAndExplain ( T  x,
MatchResultListener listener 
) const
inlinevirtual

Implements testing::MatcherInterface< T >.

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

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

References testing::internal::BothOfMatcherImpl< T >::matcher1_, testing::internal::BothOfMatcherImpl< T >::matcher2_, and testing::StringMatchResultListener::str().

+ Here is the call graph for this function:

Member Data Documentation


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