Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::InvokeWithoutArgsAction< FunctionImpl > Class Template Reference

#include <gmock-actions.h>

Public Member Functions

 InvokeWithoutArgsAction (FunctionImpl function_impl)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &)
 

Detailed Description

template<typename FunctionImpl>
class testing::internal::InvokeWithoutArgsAction< FunctionImpl >

Definition at line 880 of file gmock-actions.h.

Constructor & Destructor Documentation

◆ InvokeWithoutArgsAction()

template<typename FunctionImpl >
testing::internal::InvokeWithoutArgsAction< FunctionImpl >::InvokeWithoutArgsAction ( FunctionImpl function_impl)
inlineexplicit

Definition at line 884 of file gmock-actions.h.

885 : function_impl_(function_impl) {}

Member Function Documentation

◆ Perform()

template<typename FunctionImpl >
template<typename Result , typename ArgumentTuple >
Result testing::internal::InvokeWithoutArgsAction< FunctionImpl >::Perform ( const ArgumentTuple & )
inline

Definition at line 890 of file gmock-actions.h.

890{ return function_impl_(); }

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