v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::internal::MatcherAsPredicate< M > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 MatcherAsPredicate (M matcher)
 
template<typename T >
bool operator() (const T &x) const
 

Detailed Description

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

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

Constructor & Destructor Documentation

template<typename M >
testing::internal::MatcherAsPredicate< M >::MatcherAsPredicate ( matcher)
inlineexplicit

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

Member Function Documentation

template<typename M >
template<typename T >
bool testing::internal::MatcherAsPredicate< M >::operator() ( const T &  x) const
inline

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

References GTEST_DISALLOW_ASSIGN_, and testing::Matches().

Here is the call graph for this function:


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