|
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 std::shared_ptr< R > &value) | |
| Result | Perform (const ArgumentTuple &) override |
Public Member Functions inherited from testing::ActionInterface< F > | |
| ActionInterface () | |
| virtual | ~ActionInterface () |
Private Member Functions | |
| GTEST_COMPILE_ASSERT_ (!std::is_reference< Result >::value, Result_cannot_be_a_reference_type) | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (Impl) | |
Private Attributes | |
| R | value_before_cast_ |
| Result | value_ |
Definition at line 667 of file gmock-actions.h.
| typedef Function<F>::Result testing::internal::ReturnAction< R >::Impl< R_, F >::Result |
Definition at line 669 of file gmock-actions.h.
| typedef Function<F>::ArgumentTuple testing::internal::ReturnAction< R >::Impl< R_, F >::ArgumentTuple |
Definition at line 670 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 679 of file gmock-actions.h.
|
inlineoverridevirtual |
Implements testing::ActionInterface< F >.
Definition at line 683 of file gmock-actions.h.
|
private |
|
private |
|
private |
Definition at line 690 of file gmock-actions.h.
|
private |
Definition at line 691 of file gmock-actions.h.
1.8.14