Public Types | Public Member Functions | Private Types | Private Attributes | List of all members
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]

Public Types

typedef Function< F >::ArgumentTuple ArgumentTuple
 
typedef Function< F >::ArgumentTuple ArgumentTuple
 
typedef Function< F >::Result Result
 
typedef Function< F >::Result Result
 
- Public Types inherited from testing::ActionInterface< F >
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::Result Result
 
typedef internal::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)
 
- Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
 
 ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual ~ActionInterface ()
 

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 2936 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

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

Definition at line 2940 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 681 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 2952 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

Definition at line 668 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 2939 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)
inlineexplicit

Definition at line 2942 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)
inlineexplicit

Definition at line 671 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 673 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)
inlinevirtual

Implements testing::ActionInterface< F >.

Definition at line 2944 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 2954 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 Tue Jan 19 2021 03:12:11