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

#include <gmock-matchers.h>

Public Member Functions

 PointeeMatcher (const InnerMatcher &matcher)
 
template<typename Pointer >
 operator Matcher< Pointer > () const
 

Detailed Description

template<typename InnerMatcher>
class testing::internal::PointeeMatcher< InnerMatcher >

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

Constructor & Destructor Documentation

template<typename InnerMatcher >
testing::internal::PointeeMatcher< InnerMatcher >::PointeeMatcher ( const InnerMatcher &  matcher)
inlineexplicit

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

Member Function Documentation

template<typename InnerMatcher >
template<typename Pointer >
testing::internal::PointeeMatcher< InnerMatcher >::operator Matcher< Pointer > ( ) const
inline

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