#include "ros/forwards.h"
#include "ros/message_event.h"
#include <ros/static_assert.h>
#include <boost/type_traits/add_const.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/type_traits/remove_reference.hpp>
Go to the source code of this file.
Classes | |
struct | ros::ParameterAdapter< M > |
Generally not for outside use. Adapts a function parameter type into the message type, event type and parameter. Allows you to retrieve a parameter type from an event type. More... | |
struct | ros::ParameterAdapter< boost::shared_ptr< M > > |
struct | ros::ParameterAdapter< boost::shared_ptr< M const > > |
struct | ros::ParameterAdapter< const boost::shared_ptr< M > & > |
struct | ros::ParameterAdapter< const boost::shared_ptr< M const > & > |
struct | ros::ParameterAdapter< const M & > |
struct | ros::ParameterAdapter< const ros::MessageEvent< M > & > |
struct | ros::ParameterAdapter< const ros::MessageEvent< M const > & > |
Namespaces | |
namespace | ros |