Wire Sysio Wire Sysion 1.0.0
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 2315 of file gmock-matchers.h.

Constructor & Destructor Documentation

◆ PointeeMatcher()

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

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

2317: 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 2328 of file gmock-matchers.h.

2328 {
2329 return Matcher<Pointer>(
2330 new Impl<GTEST_REFERENCE_TO_CONST_(Pointer)>(matcher_));
2331 }
Represents a JSON Pointer. Use Pointer for UTF8 encoding and default allocator.
Definition pointer.h:79
#define GTEST_REFERENCE_TO_CONST_(T)

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