#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 1768 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 1771 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 811 of file gmock-actions.h.
|
private |
|
private |
|
inline |
Definition at line 815 of file gmock-actions.h.
|
inline |
Definition at line 1775 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 1782 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 1781 of file fused-src/gmock/gmock.h.