Electroneum
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

◆ PointeeMatcher()

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

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

2045 : matcher_(matcher) {}

Member Function Documentation

◆ operator Matcher< Pointer >()

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

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

2056  {
2057  return MakeMatcher(new Impl<Pointer>(matcher_));
2058  }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
Here is the call graph for this function:

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