Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::InvokeMethodAction< Class, MethodPtr > Class Template Reference

#include <gmock-more-actions.h>

Public Member Functions

 InvokeMethodAction (Class *obj_ptr, MethodPtr method_ptr)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &args) const
 

Detailed Description

template<class Class, typename MethodPtr>
class testing::internal::InvokeMethodAction< Class, MethodPtr >

Definition at line 72 of file gmock-more-actions.h.

Constructor & Destructor Documentation

◆ InvokeMethodAction()

template<class Class , typename MethodPtr >
testing::internal::InvokeMethodAction< Class, MethodPtr >::InvokeMethodAction ( Class * obj_ptr,
MethodPtr method_ptr )
inline

Definition at line 74 of file gmock-more-actions.h.

75 : method_ptr_(method_ptr), obj_ptr_(obj_ptr) {}

Member Function Documentation

◆ Perform()

template<class Class , typename MethodPtr >
template<typename Result , typename ArgumentTuple >
Result testing::internal::InvokeMethodAction< Class, MethodPtr >::Perform ( const ArgumentTuple & args) const
inline

Definition at line 78 of file gmock-more-actions.h.

78 {
80 obj_ptr_, method_ptr_, args);
81 }

The documentation for this class was generated from the following file: