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

#include <gmock-generated-actions.h>

Static Public Member Functions

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

Detailed Description

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

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

Member Function Documentation

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

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

57  {
58  return function();
59  }
template<typename R >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple<> >::Invoke ( Function  function,
const ::testing::tuple<> &   
)
inlinestatic

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

57  {
58  return function();
59  }
template<typename R >
template<typename Function >
static R testing::internal::InvokeHelper< R,::testing::tuple<> >::Invoke ( Function  function,
const ::testing::tuple<> &   
)
inlinestatic

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

57  {
58  return function();
59  }
template<typename R >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple<> >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple<> &   
)
inlinestatic

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

64  {
65  return (obj_ptr->*method_ptr)();
66  }
template<typename R >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple<> >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple<> &   
)
inlinestatic

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

64  {
65  return (obj_ptr->*method_ptr)();
66  }
template<typename R >
template<class Class , typename MethodPtr >
static R testing::internal::InvokeHelper< R,::testing::tuple<> >::InvokeMethod ( Class *  obj_ptr,
MethodPtr  method_ptr,
const ::testing::tuple<> &   
)
inlinestatic

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

64  {
65  return (obj_ptr->*method_ptr)();
66  }

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