Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::InvokeWithoutArgsAction< FunctionImpl > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/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_
 

Detailed Description

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

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

View newest version in sPHENIX GitHub at line 851 of file gmock-actions.h

Constructor & Destructor Documentation

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

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

View newest version in sPHENIX GitHub at line 855 of file gmock-actions.h

Member Function Documentation

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

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

View newest version in sPHENIX GitHub at line 861 of file gmock-actions.h

References testing::internal::InvokeWithoutArgsAction< FunctionImpl >::function_impl_.

Member Data Documentation

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

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

View newest version in sPHENIX GitHub at line 864 of file gmock-actions.h

Referenced by testing::internal::InvokeWithoutArgsAction< FunctionImpl >::Perform().


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