Public Types | Public Member Functions | Private Types | Private Attributes
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 >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef Function< F >
::ArgumentTuple 
ArgumentTuple
typedef Function< F >
::ArgumentTuple 
ArgumentTuple
typedef Function< F >::Result Result
typedef Function< F >::Result Result

Public Member Functions

 Impl (const InnerAction &action)
 Impl (const InnerAction &action)
virtual Result Perform (const ArgumentTuple &args)
virtual Result Perform (const ArgumentTuple &args)

Private Types

typedef SelectArgs< Result,
ArgumentTuple, k1, k2, k3, k4,
k5, k6, k7, k8, k9, k10 >
::type 
InnerFunctionType
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 2723 of file fused-src/gmock/gmock.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

Reimplemented from testing::ActionInterface< F >.

Definition at line 600 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>::ArgumentTuple testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::ArgumentTuple

Reimplemented from testing::ActionInterface< F >.

Definition at line 2726 of file fused-src/gmock/gmock.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 611 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 2737 of file fused-src/gmock/gmock.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

Reimplemented from testing::ActionInterface< F >.

Definition at line 599 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

Reimplemented from testing::ActionInterface< F >.

Definition at line 2725 of file fused-src/gmock/gmock.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) [inline, explicit]

Definition at line 2728 of file fused-src/gmock/gmock.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 >
testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::Impl ( const InnerAction &  action) [inline, explicit]

Definition at line 602 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) [inline, virtual]

Implements testing::ActionInterface< F >.

Definition at line 604 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 >
virtual Result testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::Perform ( const ArgumentTuple args) [inline, virtual]

Implements testing::ActionInterface< F >.

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


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]

Definition at line 2739 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:02