GrPPI
1.0
Generic and Reusable Parallel Pattern Interface
|
#include <gmock-actions.h>
Public Member Functions | |
template<typename... Args> | |
auto | operator() (Args &&... args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...)) |
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 |
|
inline |
|
inline |
const MethodPtr testing::internal::InvokeMethodAction< Class, MethodPtr >::method_ptr |
Class *const testing::internal::InvokeMethodAction< Class, MethodPtr >::obj_ptr |