Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>
Public Types | |
typedef internal::Function< F1 > ::Result | Result |
typedef internal::Function< F1 > ::ArgumentTuple | ArgumentTuple |
Public Types inherited from testing::ActionInterface< F1 > | |
typedef internal::Function< F1 > ::Result | Result |
typedef internal::Function< F1 > ::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
ActionAdaptor (const Action< F2 > &from) | |
virtual Result | Perform (const ArgumentTuple &args) |
Public Member Functions inherited from testing::ActionInterface< F1 > | |
ActionInterface () | |
virtual | ~ActionInterface () |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ActionAdaptor) | |
Private Attributes | |
const internal::linked_ptr < ActionInterface< F2 > > | impl_ |
Definition at line 484 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 484 of file gmock-actions.h
typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple |
Definition at line 487 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 487 of file gmock-actions.h
typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result |
Definition at line 486 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 486 of file gmock-actions.h
|
inlineexplicit |
Definition at line 489 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 489 of file gmock-actions.h
|
private |
|
inlinevirtual |
Implements testing::ActionInterface< F1 >.
Definition at line 491 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 491 of file gmock-actions.h
References testing::internal::ActionAdaptor< F1, F2 >::impl_, and testing::ActionInterface< F >::Perform().
|
private |
Definition at line 496 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 496 of file gmock-actions.h
Referenced by testing::internal::ActionAdaptor< F1, F2 >::Perform().