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

#include <gmock-generated-actions.h>

Static Public Member Functions

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

Detailed Description

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

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

Member Function Documentation

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

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

73  {
74  return function(get<0>(args));
75  }
template<typename R , typename A1 >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1 > >::Invoke ( Function  function,
const ::testing::tuple< A1 > &  args 
)
inlinestatic

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

73  {
74  return function(get<0>(args));
75  }
template<typename R , typename A1 >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1 > >::Invoke ( Function  function,
const ::testing::tuple< A1 > &  args 
)
inlinestatic

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

73  {
74  return function(get<0>(args));
75  }
template<typename R , typename A1 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1 > &  args 
)
inlinestatic

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

80  {
81  return (obj_ptr->*method_ptr)(get<0>(args));
82  }
template<typename R , typename A1 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1 > &  args 
)
inlinestatic

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

80  {
81  return (obj_ptr->*method_ptr)(get<0>(args));
82  }
template<typename R , typename A1 >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple< A1 > >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple< A1 > &  args 
)
inlinestatic

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

80  {
81  return (obj_ptr->*method_ptr)(get<0>(args));
82  }

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