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

#include <gmock-matchers.h>

Public Types

typedef CallableTraits< Callable >::ResultType ResultType
 

Public Member Functions

 ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher)
 
template<typename T >
 operator Matcher< T > () const
 

Detailed Description

template<typename Callable>
class testing::internal::ResultOfMatcher< Callable >

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

Member Typedef Documentation

template<typename Callable>
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType

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

Constructor & Destructor Documentation

template<typename Callable>
testing::internal::ResultOfMatcher< Callable >::ResultOfMatcher ( Callable  callable,
const Matcher< ResultType > &  matcher 
)
inline

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

Member Function Documentation

template<typename Callable>
template<typename T >
testing::internal::ResultOfMatcher< Callable >::operator Matcher< T > ( ) const
inline

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

References GTEST_DISALLOW_ASSIGN_, and testing::internal::MatchPrintAndExplain().

Here is the call graph for this function:


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