Electroneum
Loading...
Searching...
No Matches
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.

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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h