tesseract v5.3.3.20231005
|
#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<internal::disjunction< IsCompatibleFunctor<G>, std::is_constructible<std::function<Result()>, 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 |
Definition at line 438 of file gmock-actions.h.
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
Definition at line 457 of file gmock-actions.h.
typedef internal::Function<F>::Result testing::Action< F >::Result |
Definition at line 456 of file gmock-actions.h.
|
inline |
Definition at line 461 of file gmock-actions.h.
|
inline |
Definition at line 471 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 476 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 483 of file gmock-actions.h.
|
inline |
Definition at line 486 of file gmock-actions.h.
|
inline |
Definition at line 494 of file gmock-actions.h.
Definition at line 503 of file gmock-actions.h.