proxygen
|
#include <gmock-actions.h>
Public Member Functions | |
InvokeMethodWithoutArgsAction (Class *obj_ptr, MethodPtr method_ptr) | |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &) const |
InvokeMethodWithoutArgsAction (Class *obj_ptr, MethodPtr method_ptr) | |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &) const |
InvokeMethodWithoutArgsAction (Class *obj_ptr, MethodPtr method_ptr) | |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (InvokeMethodWithoutArgsAction) | |
GTEST_DISALLOW_ASSIGN_ (InvokeMethodWithoutArgsAction) | |
GTEST_DISALLOW_ASSIGN_ (InvokeMethodWithoutArgsAction) | |
Private Attributes | |
Class *const | obj_ptr_ |
const MethodPtr | method_ptr_ |
Definition at line 871 of file gmock-actions.h.
|
inline |
Definition at line 873 of file gmock-actions.h.
|
inline |
Definition at line 873 of file gmock-actions.h.
|
inline |
Definition at line 873 of file gmock-actions.h.
|
private |
|
private |
|
private |
|
inline |
Definition at line 877 of file gmock-actions.h.
|
inline |
Definition at line 877 of file gmock-actions.h.
References GTEST_DISALLOW_ASSIGN_.
|
inline |
Definition at line 877 of file gmock-actions.h.
References GTEST_DISALLOW_ASSIGN_.
|
private |
Definition at line 883 of file gmock-actions.h.
|
private |
Definition at line 882 of file gmock-actions.h.