#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 | |
class | internal::ActionAdaptor |
Definition at line 1185 of file fused-src/gmock/gmock.h.
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
Definition at line 283 of file gmock-actions.h.
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
Definition at line 1188 of file fused-src/gmock/gmock.h.
typedef internal::Function<F>::Result testing::Action< F >::Result |
Definition at line 282 of file gmock-actions.h.
typedef internal::Function<F>::Result testing::Action< F >::Result |
Definition at line 1187 of file fused-src/gmock/gmock.h.
testing::Action< F >::Action | ( | ) | [inline] |
Definition at line 1192 of file fused-src/gmock/gmock.h.
testing::Action< F >::Action | ( | ActionInterface< F > * | impl | ) | [inline, explicit] |
Definition at line 1196 of file fused-src/gmock/gmock.h.
testing::Action< F >::Action | ( | const Action< F > & | action | ) | [inline] |
Definition at line 1199 of file fused-src/gmock/gmock.h.
testing::Action< F >::Action | ( | const Action< Func > & | action | ) | [explicit] |
testing::Action< F >::Action | ( | ) | [inline] |
Definition at line 287 of file gmock-actions.h.
testing::Action< F >::Action | ( | ActionInterface< F > * | impl | ) | [inline, explicit] |
Definition at line 291 of file gmock-actions.h.
testing::Action< F >::Action | ( | const Action< F > & | action | ) | [inline] |
Definition at line 294 of file gmock-actions.h.
testing::Action< F >::Action | ( | const Action< Func > & | action | ) | [explicit] |
testing::Action< To >::Action | ( | const Action< From > & | from | ) |
Definition at line 1841 of file fused-src/gmock/gmock.h.
bool testing::Action< F >::IsDoDefault | ( | ) | const [inline] |
Definition at line 304 of file gmock-actions.h.
bool testing::Action< F >::IsDoDefault | ( | ) | const [inline] |
Definition at line 1209 of file fused-src/gmock/gmock.h.
Result testing::Action< F >::Perform | ( | const ArgumentTuple & | args | ) | const [inline] |
Definition at line 312 of file gmock-actions.h.
Result testing::Action< F >::Perform | ( | const ArgumentTuple & | args | ) | const [inline] |
Definition at line 1217 of file fused-src/gmock/gmock.h.
internal::ActionAdaptor [friend] |
Definition at line 1230 of file fused-src/gmock/gmock.h.
internal::linked_ptr< ActionInterface< F > > testing::Action< F >::impl_ [private] |
Definition at line 1232 of file fused-src/gmock/gmock.h.