Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::ActionHelper< Result, Impl > Class Template Reference

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

Static Public Member Functions

static Result Perform (Impl *impl, const ::testing::tuple<> &args)
 
template<typename A0 >
static Result Perform (Impl *impl, const ::testing::tuple< A0 > &args)
 
template<typename A0 , typename A1 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1 > &args)
 
template<typename A0 , typename A1 , typename A2 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2, A3 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2, A3, A4 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2, A3, A4, A5 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 >
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &args)
 

Detailed Description

template<typename Result, class Impl>
class testing::internal::ActionHelper< Result, Impl >

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

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

Member Function Documentation

template<typename Result , class Impl >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple<> &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 , typename A2 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1, A2 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 , typename A2 , typename A3 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1, A2, A3 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1, A2, A3, A4 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.

template<typename Result , class Impl >
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 >
static Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl *  impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &  args 
)
inlinestatic

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

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

References check_smearing_config::args.


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