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

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 (T &ref) | |
| Result | Perform (const ArgumentTuple &) override |
Public Member Functions inherited from testing::ActionInterface< F > | |
| ActionInterface () | |
| virtual | ~ActionInterface () |
Private Attributes | |
| T & | ref_ |
Definition at line 769 of file gmock-actions.h.
| typedef Function<F>::Result testing::internal::ReturnRefAction< T >::Impl< F >::Result |
Definition at line 771 of file gmock-actions.h.
| typedef Function<F>::ArgumentTuple testing::internal::ReturnRefAction< T >::Impl< F >::ArgumentTuple |
Definition at line 772 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 774 of file gmock-actions.h.
|
inlineoverridevirtual |
Implements testing::ActionInterface< F >.
Definition at line 776 of file gmock-actions.h.
|
private |
Definition at line 779 of file gmock-actions.h.
1.8.14