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

#include <gmock-matchers.h>

Public Member Functions

 PolymorphicMatcher (const Impl &an_impl)
 
Impl & mutable_impl ()
 
const Impl & impl () const
 
template<typename T >
 operator Matcher< T > () const
 

Detailed Description

template<class Impl>
class testing::PolymorphicMatcher< Impl >

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

Constructor & Destructor Documentation

template<class Impl >
testing::PolymorphicMatcher< Impl >::PolymorphicMatcher ( const Impl &  an_impl)
inlineexplicit

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

Member Function Documentation

template<class Impl >
Impl& testing::PolymorphicMatcher< Impl >::mutable_impl ( )
inline

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

template<class Impl >
const Impl& testing::PolymorphicMatcher< Impl >::impl ( ) const
inline

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

template<class Impl >
template<typename T >
testing::PolymorphicMatcher< Impl >::operator Matcher< T > ( ) const
inline

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

References GTEST_DISALLOW_ASSIGN_.


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