#include <gmock.h>
Public Types | |
typedef internal::Function< F1 > ::ArgumentTuple | ArgumentTuple |
typedef internal::Function< F1 > ::ArgumentTuple | ArgumentTuple |
typedef internal::Function< F1 > ::Result | Result |
typedef internal::Function< F1 > ::Result | Result |
Public Member Functions | |
ActionAdaptor (const Action< F2 > &from) | |
ActionAdaptor (const Action< F2 > &from) | |
virtual Result | Perform (const ArgumentTuple &args) |
virtual Result | Perform (const ArgumentTuple &args) |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ActionAdaptor) | |
GTEST_DISALLOW_ASSIGN_ (ActionAdaptor) | |
Private Attributes | |
const internal::linked_ptr < ActionInterface< F2 > > | impl_ |
Definition at line 1314 of file fused-src/gmock/gmock.h.
typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple |
Reimplemented from testing::ActionInterface< F1 >.
Definition at line 412 of file gmock-actions.h.
typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple |
Reimplemented from testing::ActionInterface< F1 >.
Definition at line 1317 of file fused-src/gmock/gmock.h.
typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result |
Reimplemented from testing::ActionInterface< F1 >.
Definition at line 411 of file gmock-actions.h.
typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result |
Reimplemented from testing::ActionInterface< F1 >.
Definition at line 1316 of file fused-src/gmock/gmock.h.
testing::internal::ActionAdaptor< F1, F2 >::ActionAdaptor | ( | const Action< F2 > & | from | ) | [inline, explicit] |
Definition at line 1319 of file fused-src/gmock/gmock.h.
testing::internal::ActionAdaptor< F1, F2 >::ActionAdaptor | ( | const Action< F2 > & | from | ) | [inline, explicit] |
Definition at line 414 of file gmock-actions.h.
testing::internal::ActionAdaptor< F1, F2 >::GTEST_DISALLOW_ASSIGN_ | ( | ActionAdaptor< F1, F2 > | ) | [private] |
testing::internal::ActionAdaptor< F1, F2 >::GTEST_DISALLOW_ASSIGN_ | ( | ActionAdaptor< F1, F2 > | ) | [private] |
virtual Result testing::internal::ActionAdaptor< F1, F2 >::Perform | ( | const ArgumentTuple & | args | ) | [inline, virtual] |
Implements testing::ActionInterface< F1 >.
Definition at line 416 of file gmock-actions.h.
virtual Result testing::internal::ActionAdaptor< F1, F2 >::Perform | ( | const ArgumentTuple & | args | ) | [inline, virtual] |
Implements testing::ActionInterface< F1 >.
Definition at line 1321 of file fused-src/gmock/gmock.h.
const internal::linked_ptr< ActionInterface< F2 > > testing::internal::ActionAdaptor< F1, F2 >::impl_ [private] |
Definition at line 1326 of file fused-src/gmock/gmock.h.