- 3.0.1 core module.
|
#include <gmock-actions.h>
Public Types | |
typedef internal::Function< F >::Result | Result |
typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
Action () | |
template<typename G , typename = typename ::std::enable_if< ::std::is_constructible<::std::function<F>, G>::value>::type> | |
Action (G &&fun) | |
Action (ActionInterface< F > *impl) | |
template<typename Func > | |
Action (const Action< Func > &action) | |
bool | IsDoDefault () const |
Result | Perform (ArgumentTuple args) const |
Friends | |
template<typename G > | |
class | Action |
typedef internal::Function<F>::Result testing::Action< F >::Result |
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
|
inline |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |