#include <gmock.h>
Public Types | |
typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
typedef internal::Function< F >::ArgumentTuple | ArgumentTuple |
typedef internal::Function< F >::Result | Result |
typedef internal::Function< F >::Result | Result |
Public Member Functions | |
Action () | |
Action (ActionInterface< F > *impl) | |
Action (const Action &action) | |
template<typename Func > | |
Action (const Action< Func > &action) | |
Action () | |
Action (ActionInterface< F > *impl) | |
Action (const Action &action) | |
template<typename Func > | |
Action (const Action< Func > &action) | |
template<typename From > | |
Action (const Action< From > &from) | |
bool | IsDoDefault () const |
bool | IsDoDefault () const |
Result | Perform (const ArgumentTuple &args) const |
Result | Perform (const ArgumentTuple &args) const |
Private Attributes | |
internal::linked_ptr< ActionInterface< F > > | impl_ |
Friends | |
template<typename F1 , typename F2 > | |
class | internal::ActionAdaptor |
template<typename F1 , typename F2 > | |
class | internal::ActionAdaptor |
Definition at line 1258 of file fused-src/gmock/gmock.h.
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
Definition at line 302 of file gmock-actions.h.
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
Definition at line 1262 of file fused-src/gmock/gmock.h.
typedef internal::Function<F>::Result testing::Action< F >::Result |
Definition at line 301 of file gmock-actions.h.
typedef internal::Function<F>::Result testing::Action< F >::Result |
Definition at line 1261 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 1266 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 1270 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 1273 of file fused-src/gmock/gmock.h.
|
explicit |
|
inline |
Definition at line 306 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 310 of file gmock-actions.h.
|
inline |
Definition at line 313 of file gmock-actions.h.
|
explicit |
testing::Action< To >::Action | ( | const Action< From > & | from | ) |
Definition at line 1963 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 323 of file gmock-actions.h.
|
inline |
Definition at line 1283 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 331 of file gmock-actions.h.
|
inline |
Definition at line 1291 of file fused-src/gmock/gmock.h.
Definition at line 345 of file gmock-actions.h.
|
friend |
Definition at line 1305 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 1307 of file fused-src/gmock/gmock.h.