Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T > Class Template Reference
+ Inheritance diagram for testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >:
+ Collaboration diagram for testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >:

Public Types

typedef ::testing::tuple< T,
Second > 
ArgTuple
 

Public Member Functions

 Impl (const Tuple2Matcher &tm, const Second &second)
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Matcher< const ArgTuple & > mono_tuple2_matcher_
 
const Second second_value_
 

Detailed Description

template<typename Tuple2Matcher, typename Second>
template<typename T>
class testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >

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

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

Member Typedef Documentation

template<typename Tuple2Matcher, typename Second>
template<typename T >
typedef ::testing::tuple<T, Second> testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::ArgTuple

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

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

Constructor & Destructor Documentation

template<typename Tuple2Matcher, typename Second>
template<typename T >
testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::Impl ( const Tuple2Matcher &  tm,
const Second &  second 
)
inline

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

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

Member Function Documentation

template<typename Tuple2Matcher, typename Second>
template<typename T >
virtual void testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

Implements testing::MatcherDescriberInterface.

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

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

References testing::internal::MatcherBase< T >::DescribeTo(), testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::mono_tuple2_matcher_, testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::second_value_, and testing::internal::UniversalPrint().

+ Here is the call graph for this function:

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

Implements testing::MatcherInterface< T >.

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

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

References testing::internal::MatcherBase< T >::MatchAndExplain(), testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::mono_tuple2_matcher_, and testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::second_value_.

+ Here is the call graph for this function:

Member Data Documentation

template<typename Tuple2Matcher, typename Second>
template<typename T >
const Matcher<const ArgTuple&> testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::mono_tuple2_matcher_
private
template<typename Tuple2Matcher, typename Second>
template<typename T >
const Second testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::second_value_
private

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