#include <gmock.h>
Public Member Functions | |
InvokeAction (FunctionImpl function_impl) | |
InvokeAction (FunctionImpl function_impl) | |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &args) |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &args) |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (InvokeAction) | |
GTEST_DISALLOW_ASSIGN_ (InvokeAction) | |
Private Attributes | |
FunctionImpl | function_impl_ |
Definition at line 13933 of file fused-src/gmock/gmock.h.
testing::internal::InvokeAction< FunctionImpl >::InvokeAction | ( | FunctionImpl | function_impl | ) | [inline, explicit] |
Definition at line 13937 of file fused-src/gmock/gmock.h.
testing::internal::InvokeAction< FunctionImpl >::InvokeAction | ( | FunctionImpl | function_impl | ) | [inline, explicit] |
Definition at line 56 of file gmock-more-actions.h.
testing::internal::InvokeAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_ | ( | InvokeAction< FunctionImpl > | ) | [private] |
testing::internal::InvokeAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_ | ( | InvokeAction< FunctionImpl > | ) | [private] |
Result testing::internal::InvokeAction< FunctionImpl >::Perform | ( | const ArgumentTuple & | args | ) | [inline] |
Definition at line 60 of file gmock-more-actions.h.
Result testing::internal::InvokeAction< FunctionImpl >::Perform | ( | const ArgumentTuple & | args | ) | [inline] |
Definition at line 13941 of file fused-src/gmock/gmock.h.
FunctionImpl testing::internal::InvokeAction< FunctionImpl >::function_impl_ [private] |
Definition at line 13946 of file fused-src/gmock/gmock.h.