|
ROS 2 rclcpp + rcl - jazzy
jazzy
ROS 2 C++ Client Library with ROS Client Library
|
Public Member Functions | |
| WeakEntityPtrWithRemoveFunction (const std::shared_ptr< EntityType_T > &shr_ptr, const std::function< void(const std::shared_ptr< EntityType_T > &ptr)> &destruction_callback) | |
Public Attributes | |
| std::weak_ptr< EntityType_T > | executable |
| EntityType_T * | ptr |
| std::function< void(const std::shared_ptr< EntityType_T > &ptr)> | destruction_callback |
Definition at line 33 of file registered_entity_cache.hpp.