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

#include <gmock-matchers.h>

Static Public Member Functions

template<typename M >
static Matcher< T > Cast (const M &polymorphic_matcher_or_value)
 
template<typename U >
static Matcher< T > Cast (const Matcher< U > &matcher)
 

Detailed Description

template<typename T>
class testing::SafeMatcherCastImpl< T >

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

Member Function Documentation

template<typename T >
template<typename M >
static Matcher<T> testing::SafeMatcherCastImpl< T >::Cast ( const M &  polymorphic_matcher_or_value)
inlinestatic

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

References testing::internal::MatcherCastImpl< T, M >::Cast().

Referenced by testing::SafeMatcherCast().

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename T >
template<typename U >
static Matcher<T> testing::SafeMatcherCastImpl< T >::Cast ( const Matcher< U > &  matcher)
inlinestatic

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