|
Monero
|


Public Types | |
| typedef Function< F >::Result | Result |
| typedef 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 linked_ptr< R > &wrapper) | |
| virtual Result | Perform (const ArgumentTuple &) |
| Public Member Functions inherited from testing::ActionInterface< F > | |
| ActionInterface () | |
| virtual | ~ActionInterface () |
| virtual Result | Perform (const ArgumentTuple &args)=0 |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (Impl) | |
| GTEST_COMPILE_ASSERT_ (!is_reference< Result >::value, Result_cannot_be_a_reference_type) | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (Impl) | |
Private Attributes | |
| bool | performed_ |
| const linked_ptr< R > | wrapper_ |
| R | value_before_cast_ |
| Result | value_ |
| typedef Function<F>::ArgumentTuple testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::ArgumentTuple |
| typedef Function<F>::Result testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >::Result |
|
inlineexplicit |
|
private |
|
private |
|
private |
|
inlinevirtual |
|
private |
|
private |
|
private |
|
private |