#include <gmock-actions.h>
Public Types | |
using | ReturnType = typename std::result_of< MethodPtr(Class *)>::type |
Public Member Functions | |
template<typename... Args> | |
ReturnType | operator() (const Args &...) const |
Public Attributes | |
const MethodPtr | method_ptr |
Class *const | obj_ptr |
Definition at line 851 of file gmock-actions.h.
using testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::ReturnType = typename std::result_of<MethodPtr(Class*)>::type |
Definition at line 855 of file gmock-actions.h.
|
inline |
Definition at line 858 of file gmock-actions.h.
const MethodPtr testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::method_ptr |
Definition at line 853 of file gmock-actions.h.
Class* const testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::obj_ptr |
Definition at line 852 of file gmock-actions.h.