Monero
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::KeyMatcher< M > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 KeyMatcher (M m)
 
template<typename PairType >
 operator Matcher< PairType > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (KeyMatcher)
 

Private Attributes

const M matcher_for_key_
 

Constructor & Destructor Documentation

◆ KeyMatcher()

template<typename M >
testing::internal::KeyMatcher< M >::KeyMatcher ( M  m)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename M >
testing::internal::KeyMatcher< M >::GTEST_DISALLOW_ASSIGN_ ( KeyMatcher< M )
private

◆ operator Matcher< PairType >()

template<typename M >
template<typename PairType >
testing::internal::KeyMatcher< M >::operator Matcher< PairType > ( ) const
inline

Member Data Documentation

◆ matcher_for_key_

template<typename M >
const M testing::internal::KeyMatcher< M >::matcher_for_key_
private

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