Analysis Software
Documentation for sPHENIX simulation software
|
#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_ |
Definition at line 871 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 871 of file gmock-actions.h
|
inline |
Definition at line 873 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 873 of file gmock-actions.h
|
private |
|
inline |
Definition at line 877 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 877 of file gmock-actions.h
References testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::method_ptr_, and testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::obj_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().
|
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().