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 >::Impl< F > Class Template Reference
+ Inheritance diagram for testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >:
+ Collaboration diagram for testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >:

Public Types

typedef Function< F >::Result Result
 
typedef Function< F >
::ArgumentTuple 
ArgumentTuple
 
- Public Types inherited from testing::ActionInterface< F >
typedef internal::Function< F >
::Result 
Result
 
typedef internal::Function< F >
::ArgumentTuple 
ArgumentTuple
 

Public Member Functions

 Impl (const InnerAction &action)
 
virtual Result Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
 
virtual ~ActionInterface ()
 

Private Types

typedef SelectArgs< Result,
ArgumentTuple, k1, k2, k3, k4,
k5, k6, k7, k8, k9, k10 >
::type 
InnerFunctionType
 

Private Attributes

Action< InnerFunctionTypeaction_
 

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>
template<typename F>
class testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >

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

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

Member Typedef 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>
template<typename F >
typedef Function<F>::ArgumentTuple testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::ArgumentTuple

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

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

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 >
typedef SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10>::type testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::InnerFunctionType
private

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

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

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 >
typedef Function<F>::Result testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::Result

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

View newest version in sPHENIX GitHub at line 472 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>
template<typename F >
testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::Impl ( const InnerAction &  action)
inlineexplicit

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

View newest version in sPHENIX GitHub at line 475 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>
template<typename F >
virtual Result testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::Perform ( const ArgumentTuple args)
inlinevirtual

Implements testing::ActionInterface< F >.

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

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

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

+ 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>
template<typename F >
Action<InnerFunctionType> testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::action_
private

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