Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::ArgsMatcher< InnerMatcher, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 > Class Template Reference

#include <gmock-generated-matchers.h>

Public Member Functions

 ArgsMatcher (const InnerMatcher &inner_matcher)
 
template<typename ArgsTuple >
 operator Matcher< ArgsTuple > () const
 

Detailed Description

template<class InnerMatcher, int k0 = -1, int k1 = -1, int k2 = -1, int k3 = -1, int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1, int k9 = -1>
class testing::internal::ArgsMatcher< InnerMatcher, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >

Definition at line 281 of file gmock-generated-matchers.h.

Constructor & Destructor Documentation

◆ ArgsMatcher()

template<class InnerMatcher , int k0 = -1, int k1 = -1, int k2 = -1, int k3 = -1, int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1, int k9 = -1>
testing::internal::ArgsMatcher< InnerMatcher, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::ArgsMatcher ( const InnerMatcher & inner_matcher)
inlineexplicit

Definition at line 283 of file gmock-generated-matchers.h.

284 : inner_matcher_(inner_matcher) {}

Member Function Documentation

◆ operator Matcher< ArgsTuple >()

template<class InnerMatcher , int k0 = -1, int k1 = -1, int k2 = -1, int k3 = -1, int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1, int k9 = -1>
template<typename ArgsTuple >
testing::internal::ArgsMatcher< InnerMatcher, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::operator Matcher< ArgsTuple > ( ) const
inline

Definition at line 287 of file gmock-generated-matchers.h.

287 {
288 return MakeMatcher(new ArgsMatcherImpl<ArgsTuple, k0, k1, k2, k3, k4, k5,
289 k6, k7, k8, k9>(inner_matcher_));
290 }
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: