|
Monero
|
#include <gmock-actions.h>


Public Types | |
| typedef internal::Function< F1 >::Result | Result |
| typedef internal::Function< F1 >::ArgumentTuple | ArgumentTuple |
| Public Types inherited from testing::ActionInterface< F1 > | |
| typedef internal::Function< F1 >::Result | Result |
| typedef internal::Function< F1 >::ArgumentTuple | ArgumentTuple |
| typedef internal::Function< F1 >::Result | Result |
| typedef internal::Function< F1 >::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
| ActionAdaptor (const Action< F2 > &from) | |
| virtual Result | Perform (const ArgumentTuple &args) |
| Public Member Functions inherited from testing::ActionInterface< F1 > | |
| ActionInterface () | |
| virtual | ~ActionInterface () |
| ActionInterface () | |
| virtual | ~ActionInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (ActionAdaptor) | |
Private Attributes | |
| const internal::linked_ptr< ActionInterface< F2 > > | impl_ |
| typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple |
| typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result |
|
inlineexplicit |
|
private |
|
inlinevirtual |
Implements testing::ActionInterface< F1 >.
|
private |