Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Public Types | |
typedef internal::Function< F > ::Result | Result |
typedef internal::Function< F > ::ArgumentTuple | ArgumentTuple |
![]() | |
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 |
![]() | |
ActionInterface ()=default | |
virtual | ~ActionInterface ()=default |
Private Types | |
typedef internal::Function< F > ::MakeResultIgnoredValue | OriginalFunction |
Private Attributes | |
const Action< OriginalFunction > | action_ |
Definition at line 1387 of file gmock-actions.h.
typedef internal::Function<F>::Result testing::internal::IgnoreResultAction< A >::Impl< F >::Result |
Definition at line 1389 of file gmock-actions.h.
typedef internal::Function<F>::ArgumentTuple testing::internal::IgnoreResultAction< A >::Impl< F >::ArgumentTuple |
Definition at line 1390 of file gmock-actions.h.
|
private |
Definition at line 1403 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 1392 of file gmock-actions.h.
|
inlineoverridevirtual |
Implements testing::ActionInterface< F >.
Definition at line 1394 of file gmock-actions.h.
|
private |
Definition at line 1405 of file gmock-actions.h.