Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::KeyMatcherImpl< PairType > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

+ Inheritance diagram for testing::internal::KeyMatcherImpl< PairType >:
+ Collaboration diagram for testing::internal::KeyMatcherImpl< PairType >:

Public Types

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
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (KeyMatcherImpl)
 

Private Attributes

const Matcher< const KeyType & > inner_matcher_
 

Detailed Description

template<typename PairType>
class testing::internal::KeyMatcherImpl< PairType >

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

View newest version in sPHENIX GitHub at line 2939 of file gmock-matchers.h

Member Typedef Documentation

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

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

View newest version in sPHENIX GitHub at line 2942 of file gmock-matchers.h

Constructor & Destructor Documentation

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

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

View newest version in sPHENIX GitHub at line 2945 of file gmock-matchers.h

Member Function Documentation

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

Reimplemented from testing::MatcherDescriberInterface.

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

View newest version in sPHENIX GitHub at line 2970 of file gmock-matchers.h

References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::KeyMatcherImpl< PairType >::inner_matcher_.

+ Here is the call graph for this function:

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

Implements testing::MatcherDescriberInterface.

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

View newest version in sPHENIX GitHub at line 2964 of file gmock-matchers.h

References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::KeyMatcherImpl< PairType >::inner_matcher_.

+ Here is the call graph for this function:

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

Implements testing::MatcherInterface< PairType >.

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

View newest version in sPHENIX GitHub at line 2951 of file gmock-matchers.h

References testing::internal::KeyMatcherImpl< PairType >::inner_matcher_, testing::internal::MatcherBase< T >::MatchAndExplain(), and testing::StringMatchResultListener::str().

+ Here is the call graph for this function:

Member Data Documentation

template<typename PairType >
const Matcher<const KeyType&> testing::internal::KeyMatcherImpl< PairType >::inner_matcher_
private

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