v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
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

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.

Member Function Documentation

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.

References GTEST_DISALLOW_ASSIGN_, and testing::MakeMatcher().

Here is the call graph for this function:


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