Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::KeyMatcherImpl< PairType > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-matchers.h>

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

Public Types

typedef RawPairType::first_type KeyType
 

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (KeyMatcherImpl)
 

Private Attributes

const Matcher< const KeyType & > inner_matcher_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename PairType >
virtual void testing::internal::KeyMatcherImpl< PairType >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual
template<typename PairType >
virtual void testing::internal::KeyMatcherImpl< PairType >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
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

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: