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 ()=default | |
virtual | ~ActionInterface ()=default |
virtual Result | Perform (const ArgumentTuple &args)=0 |
Private Member Functions | |
ActionInterface (const ActionInterface &)=delete | |
ActionInterface & | operator= (const ActionInterface &)=delete |
Definition at line 704 of file gmock-actions.h.
typedef internal::Function<F>::Result testing::ActionInterface< F >::Result |
Definition at line 706 of file gmock-actions.h.
typedef internal::Function<F>::ArgumentTuple testing::ActionInterface< F >::ArgumentTuple |
Definition at line 707 of file gmock-actions.h.
|
default |
|
virtualdefault |
|
privatedelete |
|
pure virtual |
|
privatedelete |