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

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>

Public Member Functions

 InvokeMethodWithoutArgsAction (Class *obj_ptr, MethodPtr method_ptr)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (InvokeMethodWithoutArgsAction)
 

Private Attributes

Class *const obj_ptr_
 
const MethodPtr method_ptr_
 

Detailed Description

template<class Class, typename MethodPtr>
class testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >

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

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

Constructor & Destructor Documentation

template<class Class , typename MethodPtr >
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::InvokeMethodWithoutArgsAction ( Class *  obj_ptr,
MethodPtr  method_ptr 
)
inline

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

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

Member Function Documentation

template<class Class , typename MethodPtr >
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::GTEST_DISALLOW_ASSIGN_ ( InvokeMethodWithoutArgsAction< Class, MethodPtr >  )
private
template<class Class , typename MethodPtr >
template<typename Result , typename ArgumentTuple >
Result testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::Perform ( const ArgumentTuple &  ) const
inline

Member Data Documentation

template<class Class , typename MethodPtr >
const MethodPtr testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::method_ptr_
private

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

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

Referenced by testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::Perform().

template<class Class , typename MethodPtr >
Class* const testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::obj_ptr_
private

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

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

Referenced by testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::Perform().


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