Analysis Software
Documentation for sPHENIX simulation software
|
Public Types | |
typedef internal::Function< F > ::Result | Result |
typedef internal::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 A &action) | |
virtual void | Perform (const ArgumentTuple &args) |
Public Member Functions inherited from testing::ActionInterface< F > | |
ActionInterface () | |
virtual | ~ActionInterface () |
Private Types | |
typedef internal::Function< F > ::MakeResultIgnoredValue | OriginalFunction |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
const Action< OriginalFunction > | action_ |
Definition at line 914 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 914 of file gmock-actions.h
typedef internal::Function<F>::ArgumentTuple testing::internal::IgnoreResultAction< A >::Impl< F >::ArgumentTuple |
Definition at line 917 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 917 of file gmock-actions.h
|
private |
Definition at line 930 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 930 of file gmock-actions.h
typedef internal::Function<F>::Result testing::internal::IgnoreResultAction< A >::Impl< F >::Result |
Definition at line 916 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 916 of file gmock-actions.h
|
inlineexplicit |
Definition at line 919 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 919 of file gmock-actions.h
|
private |
|
inlinevirtual |
Implements testing::ActionInterface< F >.
Definition at line 921 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 921 of file gmock-actions.h
References testing::internal::IgnoreResultAction< A >::Impl< F >::action_, and testing::Action< F >::Perform().
|
private |
Definition at line 932 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 932 of file gmock-actions.h
Referenced by testing::internal::IgnoreResultAction< A >::Impl< F >::Perform().