
Public Types | |
| typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
| typedef internal::Function< F >::Result | Result |
Public Types inherited from testing::ActionInterface< F > | |
| typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
| typedef internal::Function< F >::Result | Result |
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 Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
| const Action< OriginalFunction > | action_ |
Definition at line 889 of file gmock-actions.h.
| typedef internal::Function<F>::ArgumentTuple testing::internal::IgnoreResultAction< A >::Impl< F >::ArgumentTuple |
Definition at line 892 of file gmock-actions.h.
|
private |
Definition at line 905 of file gmock-actions.h.
| typedef internal::Function<F>::Result testing::internal::IgnoreResultAction< A >::Impl< F >::Result |
Definition at line 891 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 894 of file gmock-actions.h.
|
private |
|
inlineoverridevirtual |
Implements testing::ActionInterface< F >.
Definition at line 896 of file gmock-actions.h.
|
private |
Definition at line 907 of file gmock-actions.h.