Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-actions.h>
Public Types | |
using | ReturnType = decltype((std::declval< Class * >() -> *std::declval< MethodPtr >())()) |
Public Member Functions | |
template<typename... Args> | |
ReturnType | operator() (const Args &...) const |
Public Attributes | |
Class *const | obj_ptr |
const MethodPtr | method_ptr |
Definition at line 950 of file gmock-actions.h.
using testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::ReturnType = decltype((std::declval<Class*>()->*std::declval<MethodPtr>())()) |
Definition at line 955 of file gmock-actions.h.
|
inline |
Definition at line 958 of file gmock-actions.h.
Class* const testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::obj_ptr |
Definition at line 951 of file gmock-actions.h.
const MethodPtr testing::internal::InvokeMethodWithoutArgsAction< Class, MethodPtr >::method_ptr |
Definition at line 952 of file gmock-actions.h.