#include <gmock-actions.h>
Public Types | |
typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
typedef internal::Function< F >::Result | Result |
Public Member Functions | |
ActionInterface () | |
virtual Result | Perform (const ArgumentTuple &args)=0 |
virtual | ~ActionInterface () |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (ActionInterface) | |
Definition at line 315 of file gmock-actions.h.
typedef internal::Function<F>::ArgumentTuple testing::ActionInterface< F >::ArgumentTuple |
Definition at line 318 of file gmock-actions.h.
typedef internal::Function<F>::Result testing::ActionInterface< F >::Result |
Definition at line 317 of file gmock-actions.h.
|
inline |
Definition at line 320 of file gmock-actions.h.
|
inlinevirtual |
Definition at line 321 of file gmock-actions.h.
|
private |
|
pure virtual |
Implemented in testing::internal::IgnoreResultAction< A >::Impl< F >, testing::PolymorphicAction< Impl >::MonomorphicImpl< F >, testing::internal::ReturnRefOfCopyAction< T >::Impl< F >, testing::internal::ReturnRefAction< T >::Impl< F >, testing::internal::ReturnAction< R >::Impl< ByMoveWrapper< R_ >, F >, and testing::internal::ReturnAction< R >::Impl< R_, F >.