Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>
Classes | |
class | Impl |
Public Member Functions | |
ReturnRefAction (T &ref) | |
template<typename F > | |
operator Action< F > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ReturnRefAction) | |
Private Attributes | |
T & | ref_ |
Definition at line 654 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 654 of file gmock-actions.h
|
inlineexplicit |
Definition at line 657 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 657 of file gmock-actions.h
|
private |
|
inline |
Definition at line 662 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 662 of file gmock-actions.h
References GTEST_COMPILE_ASSERT_, and testing::internal::ReturnRefAction< T >::ref_.
|
private |
Definition at line 692 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 692 of file gmock-actions.h
Referenced by testing::internal::ReturnRefAction< T >::operator Action< F >().