All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
testing::internal::KeyMatcherImpl< PairType > Class Template Reference
Inheritance diagram for testing::internal::KeyMatcherImpl< PairType >:
testing::MatcherInterface< PairType > testing::MatcherDescriberInterface

Public Types

typedef RawPairType::first_type KeyType
 

Public Member Functions

virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::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