#include <gmock.h>
Public Member Functions | |
| InvokeWithoutArgsAction (FunctionImpl function_impl) | |
| InvokeWithoutArgsAction (FunctionImpl function_impl) | |
| template<typename Result , typename ArgumentTuple > | |
| Result | Perform (const ArgumentTuple &) |
| template<typename Result , typename ArgumentTuple > | |
| Result | Perform (const ArgumentTuple &) |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (InvokeWithoutArgsAction) | |
| GTEST_DISALLOW_ASSIGN_ (InvokeWithoutArgsAction) | |
Private Attributes | |
| FunctionImpl | function_impl_ |
Definition at line 1638 of file fused-src/gmock/gmock.h.
| testing::internal::InvokeWithoutArgsAction< FunctionImpl >::InvokeWithoutArgsAction | ( | FunctionImpl | function_impl | ) | [inline, explicit] |
Definition at line 1642 of file fused-src/gmock/gmock.h.
| testing::internal::InvokeWithoutArgsAction< FunctionImpl >::InvokeWithoutArgsAction | ( | FunctionImpl | function_impl | ) | [inline, explicit] |
Definition at line 737 of file gmock-actions.h.
| testing::internal::InvokeWithoutArgsAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_ | ( | InvokeWithoutArgsAction< FunctionImpl > | ) | [private] |
| testing::internal::InvokeWithoutArgsAction< FunctionImpl >::GTEST_DISALLOW_ASSIGN_ | ( | InvokeWithoutArgsAction< FunctionImpl > | ) | [private] |
| Result testing::internal::InvokeWithoutArgsAction< FunctionImpl >::Perform | ( | const ArgumentTuple & | ) | [inline] |
Definition at line 743 of file gmock-actions.h.
| Result testing::internal::InvokeWithoutArgsAction< FunctionImpl >::Perform | ( | const ArgumentTuple & | ) | [inline] |
Definition at line 1648 of file fused-src/gmock/gmock.h.
FunctionImpl testing::internal::InvokeWithoutArgsAction< FunctionImpl >::function_impl_ [private] |
Definition at line 1651 of file fused-src/gmock/gmock.h.