Orocos Real-Time Toolkit  2.8.3
Public Types | Public Member Functions | Protected Attributes | List of all members
RTT::internal::ReturnSignature< 6, F, ToInvoke > Struct Template Reference

#include <rtt/internal/ReturnSignature.hpp>

Public Types

typedef boost::function_traits< F >::result_type result_type
 
typedef boost::function_traits< F >::arg1_type arg1_type
 
typedef boost::function_traits< F >::arg2_type arg2_type
 
typedef boost::function_traits< F >::arg3_type arg3_type
 
typedef boost::function_traits< F >::arg4_type arg4_type
 
typedef boost::function_traits< F >::arg5_type arg5_type
 
typedef boost::function_traits< F >::arg6_type arg6_type
 

Public Member Functions

 ReturnSignature ()
 
 ReturnSignature (ToInvoke implementation)
 
 ~ReturnSignature ()
 
result_type ret (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6)
 
result_type ret ()
 

Protected Attributes

ToInvoke impl
 

Detailed Description

template<class F, class ToInvoke>
struct RTT::internal::ReturnSignature< 6, F, ToInvoke >

Definition at line 216 of file ReturnSignature.hpp.

Member Typedef Documentation

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg1_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::arg1_type

Definition at line 219 of file ReturnSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg2_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::arg2_type

Definition at line 220 of file ReturnSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg3_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::arg3_type

Definition at line 221 of file ReturnSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg4_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::arg4_type

Definition at line 222 of file ReturnSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg5_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::arg5_type

Definition at line 223 of file ReturnSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::arg6_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::arg6_type

Definition at line 224 of file ReturnSignature.hpp.

template<class F , class ToInvoke >
typedef boost::function_traits<F>::result_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::result_type

Definition at line 218 of file ReturnSignature.hpp.

Constructor & Destructor Documentation

template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 6, F, ToInvoke >::ReturnSignature ( )
inline

Definition at line 226 of file ReturnSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 6, F, ToInvoke >::ReturnSignature ( ToInvoke  implementation)
inline

Definition at line 227 of file ReturnSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 6, F, ToInvoke >::~ReturnSignature ( )
inline

Definition at line 228 of file ReturnSignature.hpp.

Member Function Documentation

template<class F , class ToInvoke >
result_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::ret ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5,
arg6_type  a6 
)
inline

Definition at line 230 of file ReturnSignature.hpp.

References RTT::internal::NA< T >::na().

template<class F , class ToInvoke >
result_type RTT::internal::ReturnSignature< 6, F, ToInvoke >::ret ( )
inline

Definition at line 236 of file ReturnSignature.hpp.

References RTT::internal::NA< T >::na().

Member Data Documentation

template<class F , class ToInvoke >
ToInvoke RTT::internal::ReturnSignature< 6, F, ToInvoke >::impl
protected

Definition at line 242 of file ReturnSignature.hpp.


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