Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>
Public Member Functions | |
AssignAction (T1 *ptr, T2 value) | |
template<typename Result , typename ArgumentTuple > | |
void | Perform (const ArgumentTuple &) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (AssignAction) | |
Private Attributes | |
T1 *const | ptr_ |
const T2 | value_ |
Definition at line 758 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 758 of file gmock-actions.h
|
inline |
Definition at line 760 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 760 of file gmock-actions.h
|
private |
|
inline |
Definition at line 763 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 763 of file gmock-actions.h
References testing::internal::AssignAction< T1, T2 >::ptr_, and testing::internal::AssignAction< T1, T2 >::value_.
|
private |
Definition at line 768 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 768 of file gmock-actions.h
Referenced by testing::internal::AssignAction< T1, T2 >::Perform().
|
private |
Definition at line 769 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 769 of file gmock-actions.h
Referenced by testing::internal::AssignAction< T1, T2 >::Perform().