|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|

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) | |
| Result | Perform (const ArgumentTuple &args) override |
Public Member Functions inherited from testing::ActionInterface< F > | |
| ActionInterface ()=default | |
| virtual | ~ActionInterface ()=default |
Private Attributes | |
| Impl | impl_ |
Definition at line 879 of file gmock-actions.h.
| typedef internal::Function<F>::Result testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::Result |
Definition at line 881 of file gmock-actions.h.
| typedef internal::Function<F>::ArgumentTuple testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::ArgumentTuple |
Definition at line 882 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 884 of file gmock-actions.h.
|
inlineoverridevirtual |
Implements testing::ActionInterface< F >.
Definition at line 886 of file gmock-actions.h.
|
private |
Definition at line 891 of file gmock-actions.h.
1.8.5