Static Public Member Functions | List of all members
testing::internal::ActionHelper< Result, Impl > Class Template Reference

#include <gmock-generated-actions.h>

Static Public Member Functions

template<typename A0 >
static Result Perform (Impl *impl, const ::std::tuple< A0 > &args)
 
template<typename A0 , typename A1 >
static Result Perform (Impl *impl, const ::std::tuple< A0, A1 > &args)
 
template<typename A0 , typename A1 , typename A2 >
static Result Perform (Impl *impl, const ::std::tuple< A0, A1, A2 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 >
static Result Perform (Impl *impl, const ::std::tuple< A0, A1, A2, A3 > &args)
 
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 >
static Result Perform (Impl *impl, const ::std::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 ::std::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 ::std::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 ::std::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 ::std::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 ::std::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &args)
 
static Result Perform (Impl *impl, const ::std::tuple<> &args)
 

Detailed Description

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

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

Member Function Documentation

◆ Perform() [1/11]

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

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

◆ Perform() [2/11]

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

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

◆ Perform() [3/11]

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

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

◆ Perform() [4/11]

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 ::std::tuple< A0, A1, A2, A3 > &  args 
)
inlinestatic

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

◆ Perform() [5/11]

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 ::std::tuple< A0, A1, A2, A3, A4 > &  args 
)
inlinestatic

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

◆ Perform() [6/11]

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 ::std::tuple< A0, A1, A2, A3, A4, A5 > &  args 
)
inlinestatic

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

◆ Perform() [7/11]

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 ::std::tuple< A0, A1, A2, A3, A4, A5, A6 > &  args 
)
inlinestatic

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

◆ Perform() [8/11]

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 ::std::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > &  args 
)
inlinestatic

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

◆ Perform() [9/11]

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 ::std::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > &  args 
)
inlinestatic

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

◆ Perform() [10/11]

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 ::std::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &  args 
)
inlinestatic

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

◆ Perform() [11/11]

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

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


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11