signature4.hpp File Reference

#include "signature_template.hpp"
Include dependency graph for rtt/internal/signature4.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define OROCOS_SIGNATURE_ARG_TYPES   typedef T1 arg1_type;typedef T2 arg2_type;typedef T3 arg3_type;typedef T4 arg4_type;
#define OROCOS_SIGNATURE_ARGS   boost::ref(a1), boost::ref(a2), boost::ref(a3), boost::ref(a4)
#define OROCOS_SIGNATURE_NUM_ARGS   4
#define OROCOS_SIGNATURE_PARMS   arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4
#define OROCOS_SIGNATURE_TEMPLATE_ARGS   T1, T2, T3, T4
#define OROCOS_SIGNATURE_TEMPLATE_PARMS   typename T1, typename T2, typename T3, typename T4
#define OROCOS_SIGNATURE_TYPEDEFS   typedef typename function_type::arg1_type arg1_type;typedef typename function_type::arg2_type arg2_type;typedef typename function_type::arg3_type arg3_type;typedef typename function_type::arg4_type arg4_type;

Define Documentation

#define OROCOS_SIGNATURE_ARG_TYPES   typedef T1 arg1_type;typedef T2 arg2_type;typedef T3 arg3_type;typedef T4 arg4_type;

Definition at line 44 of file rtt/internal/signature4.hpp.

#define OROCOS_SIGNATURE_ARGS   boost::ref(a1), boost::ref(a2), boost::ref(a3), boost::ref(a4)

Definition at line 43 of file rtt/internal/signature4.hpp.

#define OROCOS_SIGNATURE_NUM_ARGS   4

Definition at line 39 of file rtt/internal/signature4.hpp.

#define OROCOS_SIGNATURE_PARMS   arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4

Definition at line 42 of file rtt/internal/signature4.hpp.

#define OROCOS_SIGNATURE_TEMPLATE_ARGS   T1, T2, T3, T4

Definition at line 41 of file rtt/internal/signature4.hpp.

#define OROCOS_SIGNATURE_TEMPLATE_PARMS   typename T1, typename T2, typename T3, typename T4

Definition at line 40 of file rtt/internal/signature4.hpp.

#define OROCOS_SIGNATURE_TYPEDEFS   typedef typename function_type::arg1_type arg1_type;typedef typename function_type::arg2_type arg2_type;typedef typename function_type::arg3_type arg3_type;typedef typename function_type::arg4_type arg4_type;

Definition at line 45 of file rtt/internal/signature4.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:48:26 2013