#include <boost/type_traits/integral_constant.hpp>
#include <vector>
#include <boost/array.hpp>
#include <ros/message_traits.h>
Go to the source code of this file.
#define INTROSPECTION_DECLARE_SIMPLE_TRAITS | ( | _type, | |
_name | |||
) |
template <> struct value< _type > { \ typedef _type type; \ static type& reference(_type& instance, std::size_t) { return instance; } \ static const type& reference(const _type& instance, std::size_t) { return instance; } \ static const char *name() { return _name; } \ }
Definition at line 98 of file field_traits.h.