GNU Radio's DSD Package
testing::internal::PairMatcherImpl< PairType > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::PairMatcherImpl< PairType >:
testing::MatcherInterface< PairType > testing::MatcherInterface< PairType > testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::MatcherDescriberInterface

Public Types

typedef RawPairType::first_type FirstType
typedef RawPairType::second_type SecondType
typedef RawPairType::first_type FirstType
typedef RawPairType::second_type SecondType

Public Member Functions

typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType
template<typename FirstMatcher, typename SecondMatcher>
 PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher)
virtual void DescribeTo (::std::ostream *os) const
virtual void DescribeNegationTo (::std::ostream *os) const
virtual bool MatchAndExplain (PairType a_pair, MatchResultListener *listener) const
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType
template<typename FirstMatcher, typename SecondMatcher>
 PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher)
virtual void DescribeTo (::std::ostream *os) const
virtual void DescribeNegationTo (::std::ostream *os) const
virtual bool MatchAndExplain (PairType a_pair, MatchResultListener *listener) const
Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
virtual ~MatcherDescriberInterface ()

Member Typedef Documentation

◆ FirstType [1/2]

template<typename PairType>
typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType

◆ FirstType [2/2]

template<typename PairType>
typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType

◆ SecondType [1/2]

template<typename PairType>
typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType

◆ SecondType [2/2]

template<typename PairType>
typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType

Constructor & Destructor Documentation

◆ PairMatcherImpl() [1/2]

template<typename PairType>
template<typename FirstMatcher, typename SecondMatcher>
testing::internal::PairMatcherImpl< PairType >::PairMatcherImpl ( FirstMatcher first_matcher,
SecondMatcher second_matcher )
inline

◆ PairMatcherImpl() [2/2]

template<typename PairType>
template<typename FirstMatcher, typename SecondMatcher>
testing::internal::PairMatcherImpl< PairType >::PairMatcherImpl ( FirstMatcher first_matcher,
SecondMatcher second_matcher )
inline

Member Function Documentation

◆ DescribeNegationTo() [1/2]

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

◆ DescribeNegationTo() [2/2]

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

◆ DescribeTo() [1/2]

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

◆ DescribeTo() [2/2]

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

◆ GTEST_REMOVE_REFERENCE_AND_CONST_() [1/2]

template<typename PairType>
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( PairType )

◆ GTEST_REMOVE_REFERENCE_AND_CONST_() [2/2]

template<typename PairType>
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( PairType )

◆ MatchAndExplain() [1/2]

◆ MatchAndExplain() [2/2]

template<typename PairType>
virtual bool testing::internal::PairMatcherImpl< PairType >::MatchAndExplain ( PairType a_pair,
MatchResultListener * listener ) const
inlinevirtual

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