proxygen
testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4 > > Class Template Reference

#include <gmock-generated-actions.h>

Static Public Member Functions

template<typename Function >
static R Invoke (Function function, const ::testing::tuple< A1, A2, A3, A4 > &args)
 
template<class Class , typename MethodPtr >
static R InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2, A3, A4 > &args)
 
template<typename Function >
static R Invoke (Function function, const ::testing::tuple< A1, A2, A3, A4 > &args)
 
template<class Class , typename MethodPtr >
static R InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2, A3, A4 > &args)
 
template<typename Function >
static R Invoke (Function function, const ::testing::tuple< A1, A2, A3, A4 > &args)
 
template<class Class , typename MethodPtr >
static R InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2, A3, A4 > &args)
 

Detailed Description

template<typename R, typename A1, typename A2, typename A3, typename A4>
class testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4 > >

Definition at line 119 of file gmock-generated-actions.h.

Member Function Documentation

template<typename R , typename A1 , typename A2 , typename A3 , typename A4 >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4 > >::Invoke ( Function  function,
const ::testing::tuple< A1, A2, A3, A4 > &  args 
)
inlinestatic

Definition at line 122 of file gmock-generated-actions.h.

123  {
124  return function(get<0>(args), get<1>(args), get<2>(args),
125  get<3>(args));
126  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4 > >::Invoke ( Function  function,
const ::testing::tuple< A1, A2, A3, A4 > &  args 
)
inlinestatic

Definition at line 122 of file gmock-generated-actions.h.

123  {
124  return function(get<0>(args), get<1>(args), get<2>(args),
125  get<3>(args));
126  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4 > >::Invoke ( Function  function,
const ::testing::tuple< A1, A2, A3, A4 > &  args 
)
inlinestatic

Definition at line 122 of file gmock-generated-actions.h.

123  {
124  return function(get<0>(args), get<1>(args), get<2>(args),
125  get<3>(args));
126  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1, A2, A3, A4 > &  args 
)
inlinestatic

Definition at line 129 of file gmock-generated-actions.h.

131  {
132  return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args),
133  get<2>(args), get<3>(args));
134  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1, A2, A3, A4 > &  args 
)
inlinestatic

Definition at line 129 of file gmock-generated-actions.h.

131  {
132  return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args),
133  get<2>(args), get<3>(args));
134  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1, A2, A3, A4 > &  args 
)
inlinestatic

Definition at line 129 of file gmock-generated-actions.h.

131  {
132  return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args),
133  get<2>(args), get<3>(args));
134  }

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