![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >:
Collaboration diagram for testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >:Public Types | |
| typedef Function< F >::Result | Result |
| typedef Function< F > ::ArgumentTuple | ArgumentTuple |
Public Types inherited from testing::ActionInterface< F > | |
| typedef internal::Function< F > ::Result | Result |
| typedef internal::Function< F > ::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
| Impl (const InnerAction &action) | |
| virtual Result | Perform (const ArgumentTuple &args) |
Public Member Functions inherited from testing::ActionInterface< F > | |
| ActionInterface () | |
| virtual | ~ActionInterface () |
Private Types | |
| typedef SelectArgs< Result, ArgumentTuple, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 > ::type | InnerFunctionType |
Private Attributes | |
| Action< InnerFunctionType > | action_ |
Definition at line 470 of file gmock-generated-actions.h.
View newest version in sPHENIX GitHub at line 470 of file gmock-generated-actions.h
| typedef Function<F>::ArgumentTuple testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::ArgumentTuple |
Definition at line 473 of file gmock-generated-actions.h.
View newest version in sPHENIX GitHub at line 473 of file gmock-generated-actions.h
|
private |
Definition at line 484 of file gmock-generated-actions.h.
View newest version in sPHENIX GitHub at line 484 of file gmock-generated-actions.h
| typedef Function<F>::Result testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::Result |
Definition at line 472 of file gmock-generated-actions.h.
View newest version in sPHENIX GitHub at line 472 of file gmock-generated-actions.h
|
inlineexplicit |
Definition at line 475 of file gmock-generated-actions.h.
View newest version in sPHENIX GitHub at line 475 of file gmock-generated-actions.h
|
inlinevirtual |
Implements testing::ActionInterface< F >.
Definition at line 477 of file gmock-generated-actions.h.
View newest version in sPHENIX GitHub at line 477 of file gmock-generated-actions.h
References testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::action_, and testing::Action< F >::Perform().
Here is the call graph for this function:
|
private |
Definition at line 486 of file gmock-generated-actions.h.
View newest version in sPHENIX GitHub at line 486 of file gmock-generated-actions.h
Referenced by testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::Perform().