Monero
Loading...
Searching...
No Matches
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
Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
virtual void DescribeNegationTo (::std::ostream *os) const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)

Private Attributes

const Matcher< const ArgTuple & > mono_tuple2_matcher_
const Second second_value_

Member Typedef Documentation

◆ ArgTuple

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

Constructor & Destructor Documentation

◆ Impl()

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

Member Function Documentation

◆ DescribeTo()

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

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Tuple2Matcher, typename Second>
template<typename T>
testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::Impl< T >::GTEST_DISALLOW_ASSIGN_ ( Impl< T > )
private

◆ MatchAndExplain()

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

Member Data Documentation

◆ mono_tuple2_matcher_

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

◆ second_value_

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: