Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-generated-actions.h>

Classes

class  Impl
 

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (WithArgsAction)
 

Private Attributes

const InnerAction action_
 

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 461 of file gmock-generated-actions.h.

View newest version in sPHENIX GitHub at line 461 of file gmock-generated-actions.h

Constructor & Destructor Documentation

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 463 of file gmock-generated-actions.h.

View newest version in sPHENIX GitHub at line 463 of file gmock-generated-actions.h

Member Function Documentation

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 >::GTEST_DISALLOW_ASSIGN_ ( WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >  )
private
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 466 of file gmock-generated-actions.h.

View newest version in sPHENIX GitHub at line 466 of file gmock-generated-actions.h

References testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::action_, and testing::MakeAction().

+ Here is the call graph for this function:

Member Data Documentation

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>
const InnerAction testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::action_
private

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