#include <Collect.hpp>
Public Types | |
typedef boost::function_traits < F >::result_type | result_type |
typedef boost::function_traits < F >::result_type | result_type |
Public Member Functions | |
SendStatus | collect () |
SendStatus | collect () |
SendStatus | collectIfDone () |
SendStatus | collectIfDone () |
result_type | ret () |
result_type | ret () |
This struct takes the user's Function signature F and transforms it to the form required in the CollectImpl template specialisations.
Definition at line 53 of file install/include/rtt/internal/Collect.hpp.
typedef boost::function_traits< F >::result_type RTT::internal::Collect< F, BaseImpl >::result_type |
Reimplemented in RTT::internal::ReturnImpl< 1, F, BaseImpl >, and RTT::internal::ReturnImpl< 1, F, BaseImpl >.
Definition at line 56 of file rtt/internal/Collect.hpp.
typedef boost::function_traits< F >::result_type RTT::internal::Collect< F, BaseImpl >::result_type |
Reimplemented in RTT::internal::ReturnImpl< 1, F, BaseImpl >, and RTT::internal::ReturnImpl< 1, F, BaseImpl >.
Definition at line 56 of file install/include/rtt/internal/Collect.hpp.
SendStatus RTT::internal::Collect< F, BaseImpl >::collect | ( | ) | [inline] |
Definition at line 59 of file rtt/internal/Collect.hpp.
SendStatus RTT::internal::Collect< F, BaseImpl >::collect | ( | ) | [inline] |
Definition at line 59 of file install/include/rtt/internal/Collect.hpp.
SendStatus RTT::internal::Collect< F, BaseImpl >::collectIfDone | ( | ) | [inline] |
Definition at line 64 of file rtt/internal/Collect.hpp.
SendStatus RTT::internal::Collect< F, BaseImpl >::collectIfDone | ( | ) | [inline] |
Definition at line 64 of file install/include/rtt/internal/Collect.hpp.
result_type RTT::internal::Collect< F, BaseImpl >::ret | ( | void | ) | [inline] |
Definition at line 69 of file rtt/internal/Collect.hpp.
result_type RTT::internal::Collect< F, BaseImpl >::ret | ( | ) | [inline] |
Definition at line 69 of file install/include/rtt/internal/Collect.hpp.