Monero
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
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 &)
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (InvokeWithoutArgsAction)
 

Private Attributes

FunctionImpl function_impl_
 

Constructor & Destructor Documentation

◆ InvokeWithoutArgsAction()

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

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename FunctionImpl >
testing::internal::InvokeWithoutArgsAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_ ( InvokeWithoutArgsAction< FunctionImpl > )
private

◆ Perform()

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

Member Data Documentation

◆ function_impl_

template<typename FunctionImpl >
FunctionImpl testing::internal::InvokeWithoutArgsAction< FunctionImpl >::function_impl_
private

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