Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-more-actions.h>
Public Member Functions | |
InvokeMethodAction (Class *obj_ptr, MethodPtr method_ptr) | |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &args) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (InvokeMethodAction) | |
Private Attributes | |
const MethodPtr | method_ptr_ |
Class *const | obj_ptr_ |
Definition at line 72 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 72 of file gmock-more-actions.h
|
inline |
Definition at line 74 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 74 of file gmock-more-actions.h
|
private |
|
inline |
Definition at line 78 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 78 of file gmock-more-actions.h
References testing::internal::InvokeMethodAction< Class, MethodPtr >::method_ptr_, and testing::internal::InvokeMethodAction< Class, MethodPtr >::obj_ptr_.
|
private |
Definition at line 87 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 87 of file gmock-more-actions.h
Referenced by testing::internal::InvokeMethodAction< Class, MethodPtr >::Perform().
|
private |
Definition at line 88 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 88 of file gmock-more-actions.h
Referenced by testing::internal::InvokeMethodAction< Class, MethodPtr >::Perform().