#include <boost/function_types/function_type.hpp>
#include <boost/function_types/function_arity.hpp>
#include <boost/function_types/result_type.hpp>
#include <boost/function_types/parameter_types.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/mpl/remove_if.hpp>
#include <boost/mpl/push_front.hpp>
#include <boost/mpl/not.hpp>
#include <boost/mpl/logical.hpp>
#include <boost/mpl/if.hpp>
#include <boost/type_traits.hpp>
#include "../SendStatus.hpp"
Go to the source code of this file.
|
struct | RTT::internal::CollectType< F > |
| This helper struct decomposes F and creates Ft, as required by CollectBaseImpl. More...
|
|
struct | RTT::internal::CollectSignature< int, Signature, ToCollect > |
| Used to implement collect(), given a Function Signature. More...
|
|
struct | RTT::internal::CollectSignature< 0, F, ToCollect > |
|
struct | RTT::internal::CollectSignature< 1, F, ToCollect > |
|
struct | RTT::internal::CollectSignature< 2, F, ToCollect > |
|
struct | RTT::internal::CollectSignature< 3, F, ToCollect > |
|
struct | RTT::internal::CollectSignature< 4, F, ToCollect > |
|
struct | RTT::internal::CollectSignature< 5, F, ToCollect > |
|
struct | RTT::internal::CollectSignature< 6, F, ToCollect > |
|