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

#include <gmock-matchers.h>

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

Public Types

typedef RawPairType::first_type KeyType
typedef RawPairType::first_type KeyType

Public Member Functions

typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType
template<typename InnerMatcher>
 KeyMatcherImpl (InnerMatcher inner_matcher)
virtual bool MatchAndExplain (PairType key_value, MatchResultListener *listener) const
virtual void DescribeTo (::std::ostream *os) const
virtual void DescribeNegationTo (::std::ostream *os) const
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType
template<typename InnerMatcher>
 KeyMatcherImpl (InnerMatcher inner_matcher)
virtual bool MatchAndExplain (PairType key_value, MatchResultListener *listener) const
virtual void DescribeTo (::std::ostream *os) const
virtual void DescribeNegationTo (::std::ostream *os) const
Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
virtual ~MatcherDescriberInterface ()

Member Typedef Documentation

◆ KeyType [1/2]

template<typename PairType>
typedef RawPairType::first_type testing::internal::KeyMatcherImpl< PairType >::KeyType

◆ KeyType [2/2]

template<typename PairType>
typedef RawPairType::first_type testing::internal::KeyMatcherImpl< PairType >::KeyType

Constructor & Destructor Documentation

◆ KeyMatcherImpl() [1/2]

template<typename PairType>
template<typename InnerMatcher>
testing::internal::KeyMatcherImpl< PairType >::KeyMatcherImpl ( InnerMatcher inner_matcher)
inlineexplicit

◆ KeyMatcherImpl() [2/2]

template<typename PairType>
template<typename InnerMatcher>
testing::internal::KeyMatcherImpl< PairType >::KeyMatcherImpl ( InnerMatcher inner_matcher)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo() [1/2]

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

◆ DescribeNegationTo() [2/2]

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

◆ DescribeTo() [1/2]

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

◆ DescribeTo() [2/2]

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

◆ GTEST_REMOVE_REFERENCE_AND_CONST_() [1/2]

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

◆ GTEST_REMOVE_REFERENCE_AND_CONST_() [2/2]

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

◆ MatchAndExplain() [1/2]

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

◆ MatchAndExplain() [2/2]

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

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