Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-actions.h>
Public Member Functions | |
template<typename... Args> | |
auto | operator() (Args &&...args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...)) |
Public Attributes | |
Class *const | obj_ptr |
const MethodPtr | method_ptr |
Definition at line 921 of file gmock-actions.h.
|
inline |
Definition at line 926 of file gmock-actions.h.
Class* const testing::internal::InvokeMethodAction< Class, MethodPtr >::obj_ptr |
Definition at line 922 of file gmock-actions.h.
const MethodPtr testing::internal::InvokeMethodAction< Class, MethodPtr >::method_ptr |
Definition at line 923 of file gmock-actions.h.