v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | 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
 

Detailed Description

template<typename M>
class testing::internal::KeyMatcher< M >

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

References GTEST_DISALLOW_ASSIGN_, and testing::MakeMatcher().

Here is the call graph for this function:


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