Electroneum
Loading...
Searching...
No Matches
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<> &)

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

◆ Invoke()

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

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

◆ InvokeMethod()

template<typename R>
template<class Class, typename MethodPtr>
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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h