|
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 (const T &value) | |
| Result | Perform (const ArgumentTuple &) override |
Public Member Functions inherited from testing::ActionInterface< F > | |
| ActionInterface () | |
| virtual | ~ActionInterface () |
Private Attributes | |
| T | value_ |
Definition at line 812 of file gmock-actions.h.
| typedef Function<F>::Result testing::internal::ReturnRefOfCopyAction< T >::Impl< F >::Result |
Definition at line 814 of file gmock-actions.h.
| typedef Function<F>::ArgumentTuple testing::internal::ReturnRefOfCopyAction< T >::Impl< F >::ArgumentTuple |
Definition at line 815 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 817 of file gmock-actions.h.
|
inlineoverridevirtual |
Implements testing::ActionInterface< F >.
Definition at line 819 of file gmock-actions.h.
|
private |
Definition at line 822 of file gmock-actions.h.
1.8.14