#include <gmock.h>
Public Member Functions | |
InvokeMethodWithoutArgsAction (Class *obj_ptr, MethodPtr method_ptr) | |
InvokeMethodWithoutArgsAction (Class *obj_ptr, MethodPtr method_ptr) | |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &) const |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (InvokeMethodWithoutArgsAction) | |
GTEST_DISALLOW_ASSIGN_ (InvokeMethodWithoutArgsAction) | |
Private Attributes | |
const MethodPtr | method_ptr_ |
Class *const | obj_ptr_ |
Definition at line 1658 of file fused-src/gmock/gmock.h.
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::InvokeMethodWithoutArgsAction | ( | Class * | obj_ptr, |
MethodPtr | method_ptr | ||
) | [inline] |
Definition at line 1660 of file fused-src/gmock/gmock.h.
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::InvokeMethodWithoutArgsAction | ( | Class * | obj_ptr, |
MethodPtr | method_ptr | ||
) | [inline] |
Definition at line 755 of file gmock-actions.h.
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::GTEST_DISALLOW_ASSIGN_ | ( | InvokeMethodWithoutArgsAction< Class, MethodPtr > | ) | [private] |
testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::GTEST_DISALLOW_ASSIGN_ | ( | InvokeMethodWithoutArgsAction< Class, MethodPtr > | ) | [private] |
Result testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::Perform | ( | const ArgumentTuple & | ) | const [inline] |
Definition at line 759 of file gmock-actions.h.
Result testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::Perform | ( | const ArgumentTuple & | ) | const [inline] |
Definition at line 1664 of file fused-src/gmock/gmock.h.
const MethodPtr testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::method_ptr_ [private] |
Definition at line 1670 of file fused-src/gmock/gmock.h.
Class *const testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::obj_ptr_ [private] |
Definition at line 1669 of file fused-src/gmock/gmock.h.