proxygen
testing::internal::PairMatchBase< D, Op > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

template<typename T1 , typename T2 >
 operator Matcher< ::testing::tuple< T1, T2 > > () const
 
template<typename T1 , typename T2 >
 operator Matcher< const ::testing::tuple< T1, T2 > & > () const
 
template<typename T1 , typename T2 >
 operator Matcher< ::testing::tuple< T1, T2 > > () const
 
template<typename T1 , typename T2 >
 operator Matcher< const ::testing::tuple< T1, T2 > & > () const
 
template<typename T1 , typename T2 >
 operator Matcher< ::testing::tuple< T1, T2 > > () const
 
template<typename T1 , typename T2 >
 operator Matcher< const ::testing::tuple< T1, T2 > & > () const
 

Static Private Member Functions

::std::ostream & GetDesc (::std::ostream &os)
 
::std::ostream & GetDesc (::std::ostream &os)
 
::std::ostream & GetDesc (::std::ostream &os)
 

Detailed Description

template<typename D, typename Op>
class testing::internal::PairMatchBase< D, Op >

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

Member Function Documentation

template<typename D, typename Op>
::std::ostream& testing::internal::PairMatchBase< D, Op >::GetDesc ( ::std::ostream &  os)
inlinestaticprivate

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

1393  { // NOLINT
1394  return os << D::Desc();
1395  }
template<typename D, typename Op>
::std::ostream& testing::internal::PairMatchBase< D, Op >::GetDesc ( ::std::ostream &  os)
inlinestaticprivate

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

1393  { // NOLINT
1394  return os << D::Desc();
1395  }
template<typename D, typename Op>
::std::ostream& testing::internal::PairMatchBase< D, Op >::GetDesc ( ::std::ostream &  os)
inlinestaticprivate

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

1393  { // NOLINT
1394  return os << D::Desc();
1395  }
template<typename D, typename Op>
template<typename T1 , typename T2 >
testing::internal::PairMatchBase< D, Op >::operator Matcher< ::testing::tuple< T1, T2 > > ( ) const
inline

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

1384  {
1385  return MakeMatcher(new Impl< ::testing::tuple<T1, T2> >);
1386  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
template<typename D, typename Op>
template<typename T1 , typename T2 >
testing::internal::PairMatchBase< D, Op >::operator Matcher< ::testing::tuple< T1, T2 > > ( ) const
inline

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

1384  {
1385  return MakeMatcher(new Impl< ::testing::tuple<T1, T2> >);
1386  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
template<typename D, typename Op>
template<typename T1 , typename T2 >
testing::internal::PairMatchBase< D, Op >::operator Matcher< ::testing::tuple< T1, T2 > > ( ) const
inline

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

1384  {
1385  return MakeMatcher(new Impl< ::testing::tuple<T1, T2> >);
1386  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
template<typename D, typename Op>
template<typename T1 , typename T2 >
testing::internal::PairMatchBase< D, Op >::operator Matcher< const ::testing::tuple< T1, T2 > & > ( ) const
inline

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

1388  {
1389  return MakeMatcher(new Impl<const ::testing::tuple<T1, T2>&>);
1390  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
template<typename D, typename Op>
template<typename T1 , typename T2 >
testing::internal::PairMatchBase< D, Op >::operator Matcher< const ::testing::tuple< T1, T2 > & > ( ) const
inline

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

1388  {
1389  return MakeMatcher(new Impl<const ::testing::tuple<T1, T2>&>);
1390  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
template<typename D, typename Op>
template<typename T1 , typename T2 >
testing::internal::PairMatchBase< D, Op >::operator Matcher< const ::testing::tuple< T1, T2 > & > ( ) const
inline

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

1388  {
1389  return MakeMatcher(new Impl<const ::testing::tuple<T1, T2>&>);
1390  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)

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