|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <gmock-actions.h>

Classes | |
| struct | ActionAdapter |
| struct | IgnoreArgs |
Public Types | |
| typedef internal::Function< F >::Result | Result |
| typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
| Action () | |
| template<typename G, typename IsCompatibleFunctor = ::std::is_constructible<::std::function<F>, G>, typename IsNoArgsFunctor = ::std::is_constructible<::std::function<Result()>, G>, typename = typename ::std::enable_if<internal::disjunction< IsCompatibleFunctor, IsNoArgsFunctor>::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 |
Private Member Functions | |
| template<typename G> | |
| void | Init (G &&g, ::std::true_type) |
| template<typename G> | |
| void | Init (G &&g, ::std::false_type) |
Private Attributes | |
| ::std::function< F > | fun_ |
Friends | |
| template<typename G> | |
| class | Action |
Definition at line 438 of file gmock-actions.h.
| typedef internal::Function<F>::Result testing::Action< F >::Result |
Definition at line 453 of file gmock-actions.h.
| typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
Definition at line 454 of file gmock-actions.h.
|
inline |
Definition at line 458 of file gmock-actions.h.
|
inline |
Definition at line 470 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 475 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 482 of file gmock-actions.h.
|
inline |
Definition at line 485 of file gmock-actions.h.
|
inline |
Definition at line 493 of file gmock-actions.h.
|
inlineprivate |
Definition at line 505 of file gmock-actions.h.
|
inlineprivate |
Definition at line 510 of file gmock-actions.h.
Definition at line 502 of file gmock-actions.h.
|
private |
Definition at line 525 of file gmock-actions.h.