Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-actions.h>
Public Types | |
typedef internal::Function< F > ::Result | Result |
typedef internal::Function< F > ::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
ActionInterface () | |
virtual | ~ActionInterface () |
virtual Result | Perform (const ArgumentTuple &args)=0 |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (ActionInterface) | |
Definition at line 412 of file gmock-actions.h.
typedef internal::Function<F>::Result testing::ActionInterface< F >::Result |
Definition at line 414 of file gmock-actions.h.
typedef internal::Function<F>::ArgumentTuple testing::ActionInterface< F >::ArgumentTuple |
Definition at line 415 of file gmock-actions.h.
|
inline |
Definition at line 417 of file gmock-actions.h.
|
inlinevirtual |
Definition at line 418 of file gmock-actions.h.
|
pure virtual |
Implemented in testing::internal::IgnoreResultAction< A >::Impl< F >, testing::internal::ReturnRefOfCopyAction< T >::Impl< F >, testing::internal::ReturnRefAction< T >::Impl< F >, testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >, testing::internal::ReturnAction< R >::Impl< R_, F >, and testing::PolymorphicAction< Impl >::MonomorphicImpl< F >.
|
private |