Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 > Class Template Reference

#include <gmock-generated-actions.h>

Public Member Functions

 WithArgsAction (const InnerAction &action)
 
template<typename F >
 operator Action< F > () const
 

Detailed Description

template<typename InnerAction, int k1 = -1, int k2 = -1, int k3 = -1, int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1, int k9 = -1, int k10 = -1>
class testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >

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

Constructor & Destructor Documentation

◆ WithArgsAction()

template<typename InnerAction , int k1 = -1, int k2 = -1, int k3 = -1, int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1, int k9 = -1, int k10 = -1>
testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::WithArgsAction ( const InnerAction & action)
inlineexplicit

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

543: action_(action) {}

Member Function Documentation

◆ operator Action< F >()

template<typename InnerAction , int k1 = -1, int k2 = -1, int k3 = -1, int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1, int k9 = -1, int k10 = -1>
template<typename F >
testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::operator Action< F > ( ) const
inline

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

546{ return MakeAction(new Impl<F>(action_)); }
Action< F > MakeAction(ActionInterface< F > *impl)
Here is the call graph for this function:

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