Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::InvokeCallbackAction< CallbackType > Class Template Reference

#include <gmock-generated-actions.h>

Public Member Functions

 InvokeCallbackAction (CallbackType *callback)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &args) const
 

Detailed Description

template<typename CallbackType>
class testing::internal::InvokeCallbackAction< CallbackType >

Definition at line 327 of file gmock-generated-actions.h.

Constructor & Destructor Documentation

◆ InvokeCallbackAction()

template<typename CallbackType >
testing::internal::InvokeCallbackAction< CallbackType >::InvokeCallbackAction ( CallbackType * callback)
inlineexplicit

Definition at line 330 of file gmock-generated-actions.h.

331 : callback_(callback) {
332 callback->CheckIsRepeatable(); // Makes sure the callback is permanent.
333 }

Member Function Documentation

◆ Perform()

template<typename CallbackType >
template<typename Result , typename ArgumentTuple >
Result testing::internal::InvokeCallbackAction< CallbackType >::Perform ( const ArgumentTuple & args) const
inline

Definition at line 342 of file gmock-generated-actions.h.

Here is the call graph for this function:

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