#include <gmock.h>

Public Types | |
| typedef internal::Function< F1 >::ArgumentTuple | ArgumentTuple |
| typedef internal::Function< F1 >::ArgumentTuple | ArgumentTuple |
| typedef internal::Function< F1 >::Result | Result |
| typedef internal::Function< F1 >::Result | Result |
Public Types inherited from testing::ActionInterface< F1 > | |
| typedef internal::Function< F1 >::ArgumentTuple | ArgumentTuple |
| typedef internal::Function< F1 >::ArgumentTuple | ArgumentTuple |
| typedef internal::Function< F1 >::Result | Result |
| typedef internal::Function< F1 >::Result | Result |
Public Member Functions | |
| ActionAdaptor (const Action< F2 > &from) | |
| ActionAdaptor (const Action< F2 > &from) | |
| virtual Result | Perform (const ArgumentTuple &args) |
| virtual Result | Perform (const ArgumentTuple &args) |
Public Member Functions inherited from testing::ActionInterface< F1 > | |
| ActionInterface () | |
| ActionInterface () | |
| virtual | ~ActionInterface () |
| virtual | ~ActionInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (ActionAdaptor) | |
| GTEST_DISALLOW_ASSIGN_ (ActionAdaptor) | |
Private Attributes | |
| const internal::linked_ptr< ActionInterface< F2 > > | impl_ |
Definition at line 1025 of file fused-src/gmock/gmock.h.
| typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple |
Definition at line 440 of file gmock-actions.h.
| typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple |
Definition at line 1400 of file fused-src/gmock/gmock.h.
| typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result |
Definition at line 439 of file gmock-actions.h.
| typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result |
Definition at line 1399 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 1402 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 442 of file gmock-actions.h.
|
private |
|
private |
|
inlinevirtual |
Implements testing::ActionInterface< F1 >.
Definition at line 444 of file gmock-actions.h.
|
inlinevirtual |
Implements testing::ActionInterface< F1 >.
Definition at line 1404 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 1410 of file fused-src/gmock/gmock.h.