Public Types | Public Member Functions | Protected Attributes | List of all members
RTT::internal::ReturnSignature< 2, F, ToInvoke > Struct Template Reference

#include <ReturnSignature.hpp>

Public Types

typedef boost::function_traits< F >::arg1_type arg1_type
 
typedef boost::function_traits< F >::arg2_type arg2_type
 
typedef boost::function_traits< F >::result_type result_type
 

Public Member Functions

result_type ret (arg1_type a1, arg2_type a2) const
 
result_type ret () const
 
 ReturnSignature ()
 
 ReturnSignature (ToInvoke implementation)
 
 ~ReturnSignature ()
 

Protected Attributes

ToInvoke impl
 

Detailed Description

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

Definition at line 105 of file ReturnSignature.hpp.

Member Typedef Documentation

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

Definition at line 108 of file ReturnSignature.hpp.

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

Definition at line 109 of file ReturnSignature.hpp.

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

Definition at line 107 of file ReturnSignature.hpp.

Constructor & Destructor Documentation

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

Definition at line 111 of file ReturnSignature.hpp.

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

Definition at line 112 of file ReturnSignature.hpp.

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

Definition at line 113 of file ReturnSignature.hpp.

Member Function Documentation

template<class F , class ToInvoke >
result_type RTT::internal::ReturnSignature< 2, F, ToInvoke >::ret ( arg1_type  a1,
arg2_type  a2 
) const
inline

Definition at line 115 of file ReturnSignature.hpp.

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

Definition at line 121 of file ReturnSignature.hpp.

Member Data Documentation

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

Definition at line 127 of file ReturnSignature.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:45