#include <CollectSignature.hpp>
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 |
Public Member Functions | |
| SendStatus | collect (arg1_type t1, arg2_type t2) |
| SendStatus | collect (arg1_type t1, arg2_type t2) |
| SendStatus | collectIfDone (arg1_type t1, arg2_type t2) |
| SendStatus | collectIfDone (arg1_type t1, arg2_type t2) |
| CollectSignature (ToCollect implementation) | |
| CollectSignature () | |
| CollectSignature (ToCollect implementation) | |
| CollectSignature () | |
| ~CollectSignature () | |
| ~CollectSignature () | |
Protected Attributes | |
| ToCollect | cimpl |
Definition at line 175 of file install/include/rtt/internal/CollectSignature.hpp.
| typedef boost::function_traits<F>::arg1_type RTT::internal::CollectSignature< 2, F, ToCollect >::arg1_type |
Definition at line 177 of file rtt/internal/CollectSignature.hpp.
| typedef boost::function_traits<F>::arg1_type RTT::internal::CollectSignature< 2, F, ToCollect >::arg1_type |
Definition at line 177 of file install/include/rtt/internal/CollectSignature.hpp.
| typedef boost::function_traits<F>::arg2_type RTT::internal::CollectSignature< 2, F, ToCollect >::arg2_type |
Definition at line 178 of file rtt/internal/CollectSignature.hpp.
| typedef boost::function_traits<F>::arg2_type RTT::internal::CollectSignature< 2, F, ToCollect >::arg2_type |
Definition at line 178 of file install/include/rtt/internal/CollectSignature.hpp.
| RTT::internal::CollectSignature< 2, F, ToCollect >::CollectSignature | ( | ) | [inline] |
Definition at line 180 of file install/include/rtt/internal/CollectSignature.hpp.
| RTT::internal::CollectSignature< 2, F, ToCollect >::CollectSignature | ( | ToCollect | implementation | ) | [inline] |
Definition at line 181 of file install/include/rtt/internal/CollectSignature.hpp.
| RTT::internal::CollectSignature< 2, F, ToCollect >::~CollectSignature | ( | ) | [inline] |
Definition at line 182 of file install/include/rtt/internal/CollectSignature.hpp.
| RTT::internal::CollectSignature< 2, F, ToCollect >::CollectSignature | ( | ) | [inline] |
Definition at line 180 of file rtt/internal/CollectSignature.hpp.
| RTT::internal::CollectSignature< 2, F, ToCollect >::CollectSignature | ( | ToCollect | implementation | ) | [inline] |
Definition at line 181 of file rtt/internal/CollectSignature.hpp.
| RTT::internal::CollectSignature< 2, F, ToCollect >::~CollectSignature | ( | ) | [inline] |
Definition at line 182 of file rtt/internal/CollectSignature.hpp.
| SendStatus RTT::internal::CollectSignature< 2, F, ToCollect >::collect | ( | arg1_type | t1, | |
| arg2_type | t2 | |||
| ) | [inline] |
Collect this operator if the method has two arguments.
Definition at line 187 of file rtt/internal/CollectSignature.hpp.
| SendStatus RTT::internal::CollectSignature< 2, F, ToCollect >::collect | ( | arg1_type | t1, | |
| arg2_type | t2 | |||
| ) | [inline] |
Collect this operator if the method has two arguments.
Definition at line 187 of file install/include/rtt/internal/CollectSignature.hpp.
| SendStatus RTT::internal::CollectSignature< 2, F, ToCollect >::collectIfDone | ( | arg1_type | t1, | |
| arg2_type | t2 | |||
| ) | [inline] |
Definition at line 194 of file rtt/internal/CollectSignature.hpp.
| SendStatus RTT::internal::CollectSignature< 2, F, ToCollect >::collectIfDone | ( | arg1_type | t1, | |
| arg2_type | t2 | |||
| ) | [inline] |
Definition at line 194 of file install/include/rtt/internal/CollectSignature.hpp.
ToCollect RTT::internal::CollectSignature< 2, F, ToCollect >::cimpl [protected] |
Definition at line 201 of file install/include/rtt/internal/CollectSignature.hpp.