RTT::internal::ReturnSignature< 7, F, ToInvoke > Struct Template Reference

#include <ReturnSignature.hpp>

List of all members.

Public Types

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

Public Member Functions

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

Protected Attributes

ToInvoke impl

Detailed Description

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

Definition at line 246 of file install/include/rtt/internal/ReturnSignature.hpp.


Member Typedef Documentation

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

Definition at line 249 of file rtt/internal/ReturnSignature.hpp.

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

Definition at line 250 of file rtt/internal/ReturnSignature.hpp.

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

Definition at line 251 of file rtt/internal/ReturnSignature.hpp.

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

Definition at line 252 of file rtt/internal/ReturnSignature.hpp.

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

Definition at line 253 of file rtt/internal/ReturnSignature.hpp.

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

Definition at line 254 of file rtt/internal/ReturnSignature.hpp.

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

Definition at line 255 of file rtt/internal/ReturnSignature.hpp.

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

Definition at line 248 of file rtt/internal/ReturnSignature.hpp.

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

Constructor & Destructor Documentation

template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 7, F, ToInvoke >::ReturnSignature (  )  [inline]
template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 7, F, ToInvoke >::ReturnSignature ( ToInvoke  implementation  )  [inline]
template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 7, F, ToInvoke >::~ReturnSignature (  )  [inline]
template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 7, F, ToInvoke >::ReturnSignature (  )  [inline]

Definition at line 257 of file rtt/internal/ReturnSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 7, F, ToInvoke >::ReturnSignature ( ToInvoke  implementation  )  [inline]

Definition at line 258 of file rtt/internal/ReturnSignature.hpp.

template<class F , class ToInvoke >
RTT::internal::ReturnSignature< 7, F, ToInvoke >::~ReturnSignature (  )  [inline]

Definition at line 259 of file rtt/internal/ReturnSignature.hpp.


Member Function Documentation

template<class F , class ToInvoke >
result_type RTT::internal::ReturnSignature< 7, F, ToInvoke >::ret ( void   )  [inline]

Definition at line 267 of file rtt/internal/ReturnSignature.hpp.

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

Definition at line 261 of file rtt/internal/ReturnSignature.hpp.

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

Member Data Documentation

template<class F , class ToInvoke >
ToInvoke RTT::internal::ReturnSignature< 7, F, ToInvoke >::impl [protected]

The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:50:06 2013