Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
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) | |
void | Perform (const ArgumentTuple &args) override |
Public Member Functions inherited from testing::ActionInterface< F > | |
ActionInterface () | |
virtual | ~ActionInterface () |
Private Types | |
typedef internal::Function< F > ::MakeResultIgnoredValue | OriginalFunction |
Private Attributes | |
const Action< OriginalFunction > | action_ |
Definition at line 989 of file gmock-actions.h.
typedef internal::Function<F>::Result testing::internal::IgnoreResultAction< A >::Impl< F >::Result |
Definition at line 991 of file gmock-actions.h.
typedef internal::Function<F>::ArgumentTuple testing::internal::IgnoreResultAction< A >::Impl< F >::ArgumentTuple |
Definition at line 992 of file gmock-actions.h.
|
private |
Definition at line 1005 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 994 of file gmock-actions.h.
|
inlineoverridevirtual |
Implements testing::ActionInterface< F >.
Definition at line 996 of file gmock-actions.h.
|
private |
Definition at line 1007 of file gmock-actions.h.