proxygen
testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > > 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, A5, A6, A7, A8, A9, A10 > &args)
 
template<class Class , typename MethodPtr >
static R InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &args)
 
template<typename Function >
static R Invoke (Function function, const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &args)
 
template<class Class , typename MethodPtr >
static R InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &args)
 
template<typename Function >
static R Invoke (Function function, const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &args)
 
template<class Class , typename MethodPtr >
static R InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &args)
 

Detailed Description

template<typename R, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7, typename A8, typename A9, typename A10>
class testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >

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

Member Function Documentation

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

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

253  {
254  return function(get<0>(args), get<1>(args), get<2>(args),
255  get<3>(args), get<4>(args), get<5>(args), get<6>(args),
256  get<7>(args), get<8>(args), get<9>(args));
257  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 , typename A10 >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >::Invoke ( Function  function,
const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &  args 
)
inlinestatic

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

253  {
254  return function(get<0>(args), get<1>(args), get<2>(args),
255  get<3>(args), get<4>(args), get<5>(args), get<6>(args),
256  get<7>(args), get<8>(args), get<9>(args));
257  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 , typename A10 >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >::Invoke ( Function  function,
const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &  args 
)
inlinestatic

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

253  {
254  return function(get<0>(args), get<1>(args), get<2>(args),
255  get<3>(args), get<4>(args), get<5>(args), get<6>(args),
256  get<7>(args), get<8>(args), get<9>(args));
257  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 , typename A10 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &  args 
)
inlinestatic

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

263  {
264  return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args),
265  get<2>(args), get<3>(args), get<4>(args), get<5>(args),
266  get<6>(args), get<7>(args), get<8>(args), get<9>(args));
267  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 , typename A10 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &  args 
)
inlinestatic

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

263  {
264  return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args),
265  get<2>(args), get<3>(args), get<4>(args), get<5>(args),
266  get<6>(args), get<7>(args), get<8>(args), get<9>(args));
267  }
template<typename R , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 , typename A10 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > &  args 
)
inlinestatic

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

263  {
264  return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args),
265  get<2>(args), get<3>(args), get<4>(args), get<5>(args),
266  get<6>(args), get<7>(args), get<8>(args), get<9>(args));
267  }

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