Static Public Member Functions
testing::internal::ActionHelper< Result, Impl > Class Template Reference

#include <gmock.h>

List of all members.

Static Public Member Functions

static Result Perform (Impl *impl, const ::std::tr1::tuple<> &args)
template<typename A0 >
static Result Perform (Impl *impl, const ::std::tr1::tuple< A0 > &args)
template<typename A0 , typename A1 >
static Result Perform (Impl *impl, const ::std::tr1::tuple< A0, A1 > &args)
template<typename A0 , typename A1 , typename A2 >
static Result Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2 > &args)
template<typename A0 , typename A1 , typename A2 , typename A3 >
static Result Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3 > &args)
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 >
static Result Perform (Impl *impl, const ::std::tr1::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::tr1::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::tr1::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::tr1::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::tr1::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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &args)
static Result Perform (Impl *impl, const ::std::tr1::tuple<> &args)
template<typename A0 >
static Result Perform (Impl *impl, const ::std::tr1::tuple< A0 > &args)
template<typename A0 , typename A1 >
static Result Perform (Impl *impl, const ::std::tr1::tuple< A0, A1 > &args)
template<typename A0 , typename A1 , typename A2 >
static Result Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2 > &args)
template<typename A0 , typename A1 , typename A2 , typename A3 >
static Result Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3 > &args)
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 >
static Result Perform (Impl *impl, const ::std::tr1::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::tr1::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::tr1::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::tr1::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::tr1::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::tr1::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 2765 of file fused-src/gmock/gmock.h.


Member Function Documentation

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

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

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

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

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

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

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

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

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::tr1::tuple< A0, A1, A2, A3 > &  args 
) [inline, static]

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

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::tr1::tuple< A0, A1, A2, A3, A4 > &  args 
) [inline, static]

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

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::tr1::tuple< A0, A1, A2, A3, A4, A5 > &  args 
) [inline, static]

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

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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6 > &  args 
) [inline, static]

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

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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > &  args 
) [inline, static]

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

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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > &  args 
) [inline, static]

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

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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &  args 
) [inline, static]

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

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

Definition at line 2767 of file fused-src/gmock/gmock.h.

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

Definition at line 2776 of file fused-src/gmock/gmock.h.

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

Definition at line 2785 of file fused-src/gmock/gmock.h.

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

Definition at line 2794 of file fused-src/gmock/gmock.h.

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::tr1::tuple< A0, A1, A2, A3 > &  args 
) [inline, static]

Definition at line 2803 of file fused-src/gmock/gmock.h.

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::tr1::tuple< A0, A1, A2, A3, A4 > &  args 
) [inline, static]

Definition at line 2813 of file fused-src/gmock/gmock.h.

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::tr1::tuple< A0, A1, A2, A3, A4, A5 > &  args 
) [inline, static]

Definition at line 2824 of file fused-src/gmock/gmock.h.

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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6 > &  args 
) [inline, static]

Definition at line 2835 of file fused-src/gmock/gmock.h.

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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > &  args 
) [inline, static]

Definition at line 2846 of file fused-src/gmock/gmock.h.

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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > &  args 
) [inline, static]

Definition at line 2857 of file fused-src/gmock/gmock.h.

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::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &  args 
) [inline, static]

Definition at line 2868 of file fused-src/gmock/gmock.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:25:01