AnySubscriptionCallback(const AllocatorT &allocator=AllocatorT()) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inlineexplicit |
AnySubscriptionCallback(std::shared_ptr< AllocatorT > allocator) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inlineexplicit |
AnySubscriptionCallback(const AnySubscriptionCallback &)=default | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | |
create_unique_ptr_from_shared_ptr_message(const std::shared_ptr< const MessageT > &message) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
dispatch(std::shared_ptr< MessageT > message, const rclcpp::MessageInfo &message_info) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
dispatch_intra_process(std::shared_ptr< const MessageT > message, const rclcpp::MessageInfo &message_info) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
dispatch_intra_process(std::unique_ptr< MessageT, MessageDeleter > message, const rclcpp::MessageInfo &message_info) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
get_variant() | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
get_variant() const | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
register_callback_for_tracing() | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
set(CallbackT callback) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
set_deprecated(std::function< void(std::shared_ptr< MessageT >)> callback) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
set_deprecated(std::function< void(std::shared_ptr< MessageT >, const rclcpp::MessageInfo &)> callback) | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |
use_take_shared_method() const | rclcpp::AnySubscriptionCallback< MessageT, AllocatorT > | inline |