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 | |
ReturnRefOfCopyAction (const T &value) | |
template<typename F > | |
operator Action< F > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ReturnRefOfCopyAction) | |
Private Attributes | |
const T | value_ |
Definition at line 701 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 701 of file gmock-actions.h
|
inlineexplicit |
Definition at line 705 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 705 of file gmock-actions.h
|
private |
|
inline |
Definition at line 710 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 710 of file gmock-actions.h
References GTEST_COMPILE_ASSERT_, and testing::internal::ReturnRefOfCopyAction< T >::value_.
|
private |
Definition at line 741 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 741 of file gmock-actions.h
Referenced by testing::internal::ReturnRefOfCopyAction< T >::operator Action< F >().