Public Types | Public Member Functions | Protected Attributes
RTT::internal::ReturnSignature< 0, F, ToInvoke > Struct Template Reference

#include <ReturnSignature.hpp>

List of all members.

Public Types

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

Public Member Functions

result_type ret ()
 ReturnSignature ()
 ReturnSignature (ToInvoke implementation)
 ~ReturnSignature ()

Protected Attributes

ToInvoke impl

Detailed Description

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

Definition at line 60 of file ReturnSignature.hpp.


Member Typedef Documentation

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

Definition at line 62 of file ReturnSignature.hpp.


Constructor & Destructor Documentation

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

Definition at line 64 of file ReturnSignature.hpp.

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

Definition at line 65 of file ReturnSignature.hpp.

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

Definition at line 66 of file ReturnSignature.hpp.


Member Function Documentation

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

Definition at line 68 of file ReturnSignature.hpp.


Member Data Documentation

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

Definition at line 75 of file ReturnSignature.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Wed Aug 26 2015 16:16:25