Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-more-actions.h>
Public Member Functions | |
InvokeAction (FunctionImpl function_impl) | |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &args) |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (InvokeAction) | |
Private Attributes | |
FunctionImpl | function_impl_ |
Definition at line 52 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 52 of file gmock-more-actions.h
|
inlineexplicit |
Definition at line 56 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 56 of file gmock-more-actions.h
|
private |
|
inline |
Definition at line 60 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 60 of file gmock-more-actions.h
References testing::internal::InvokeAction< FunctionImpl >::function_impl_, and testing::Invoke().
|
private |
Definition at line 65 of file gmock-more-actions.h.
View newest version in sPHENIX GitHub at line 65 of file gmock-more-actions.h
Referenced by testing::internal::InvokeAction< FunctionImpl >::Perform().