Electroneum
Loading...
Searching...
No Matches
testing::internal::InvokeHelper< R, ::testing::tuple< A1, A2 > > 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 > &args)
template<class Class, typename MethodPtr>
static R InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2 > &args)

Detailed Description

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

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

Member Function Documentation

◆ Invoke()

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

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

Here is the call graph for this function:

◆ InvokeMethod()

template<typename R, typename A1, typename A2>
template<class Class, typename MethodPtr>
R testing::internal::InvokeHelper< R, ::testing::tuple< A1, A2 > >::InvokeMethod ( Class * obj_ptr,
MethodPtr method_ptr,
const ::testing::tuple< A1, A2 > & args )
inlinestatic

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

96 {
97 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args));
98 }
void get(std::istream &input, bool &res)
Definition io.h:62
Here is the call graph for this function:

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