|
Monero
|


Public Types | |
| typedef internal::Function< F >::Result | Result |
| typedef internal::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 | |
| MonomorphicImpl (const Impl &impl) | |
| virtual Result | Perform (const ArgumentTuple &args) |
| Public Member Functions inherited from testing::ActionInterface< F > | |
| ActionInterface () | |
| virtual | ~ActionInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (MonomorphicImpl) | |
Private Attributes | |
| Impl | impl_ |
| typedef internal::Function<F>::ArgumentTuple testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::ArgumentTuple |
| typedef internal::Function<F>::Result testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::Result |
|
inlineexplicit |
|
private |
|
inlinevirtual |
Implements testing::ActionInterface< F >.
|
private |