|
Wire Sysio Wire Sysion 1.0.0
|
#include <gmock-actions.h>
Public Types | |
| typedef internal::Function< F >::Result | Result |
| typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
| Action () | |
| Action (ActionInterface< F > *impl) | |
| template<typename Func > | |
| Action (const Action< Func > &action) | |
| bool | IsDoDefault () const |
| Result | Perform (ArgumentTuple args) const |
| template<typename From > | |
| Action (const Action< From > &from) | |
Friends | |
| template<typename F1 , typename F2 > | |
| class | internal::ActionAdaptor |
| template<typename G > | |
| class | Action |
Definition at line 356 of file gmock-actions.h.
| internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
Definition at line 359 of file gmock-actions.h.
| internal::Function<F>::Result testing::Action< F >::Result |
Definition at line 358 of file gmock-actions.h.
|
inline |
Definition at line 363 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 376 of file gmock-actions.h.
|
explicit |
| testing::Action< F >::Action | ( | const Action< From > & | from | ) |
Definition at line 1105 of file gmock-actions.h.
|
inline |
Definition at line 386 of file gmock-actions.h.

|
inline |
Definition at line 400 of file gmock-actions.h.


Definition at line 417 of file gmock-actions.h.
|
friend |
Definition at line 414 of file gmock-actions.h.