|
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 1319 of file gmock-actions.h.
|
inline |
Definition at line 1324 of file gmock-actions.h.
| Class* const testing::internal::InvokeMethodAction< Class, MethodPtr >::obj_ptr |
Definition at line 1320 of file gmock-actions.h.
| const MethodPtr testing::internal::InvokeMethodAction< Class, MethodPtr >::method_ptr |
Definition at line 1321 of file gmock-actions.h.
1.8.5