|
Monero
|


Public Types | |
| typedef Function< F >::Result | Result |
| typedef Function< F >::ArgumentTuple | ArgumentTuple |
| typedef Function< F >::MakeResultVoid | VoidResult |
| Public Types inherited from testing::ActionInterface< F > | |
| typedef internal::Function< F >::Result | Result |
| typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
| Impl (const Action< VoidResult > &action1, const Action< F > &action2) | |
| virtual Result | Perform (const ArgumentTuple &args) |
| 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) | |
Private Attributes | |
| const Action< VoidResult > | action1_ |
| const Action< F > | action2_ |
| typedef Function<F>::ArgumentTuple testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::ArgumentTuple |
| typedef Function<F>::Result testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::Result |
| typedef Function<F>::MakeResultVoid testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::VoidResult |
|
inline |
|
private |
|
inlinevirtual |
|
private |
|
private |