Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::BoundSecondMatcher< Tuple2Matcher, Second > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 BoundSecondMatcher (const Tuple2Matcher &tm, const Second &second)
 
template<typename T >
 operator Matcher< T > () const
 
void operator= (const BoundSecondMatcher &)
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ BoundSecondMatcher()

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

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

3928 : tuple2_matcher_(tm), second_value_(second) {}

Member Function Documentation

◆ operator Matcher< T >()

template<typename Tuple2Matcher , typename Second >
template<typename T >
testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::operator Matcher< T > ( ) const
inline

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

3931 {
3932 return MakeMatcher(new Impl<T>(tuple2_matcher_, second_value_));
3933 }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
Here is the call graph for this function:

◆ operator=()

template<typename Tuple2Matcher , typename Second >
void testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::operator= ( const BoundSecondMatcher< Tuple2Matcher, Second > & )
inline

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

3943 {
3944 GTEST_LOG_(FATAL) << "BoundSecondMatcher should never be assigned.";
3945 }
#define GTEST_LOG_(severity)

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