rclcpp  master
C++ ROS Client Library API
Public Member Functions | Public Attributes | List of all members
rclcpp::wait_set_policies::DynamicStorage::WaitableEntry Class Reference

#include <dynamic_storage.hpp>

Collaboration diagram for rclcpp::wait_set_policies::DynamicStorage::WaitableEntry:
Collaboration graph
[legend]

Public Member Functions

 WaitableEntry (std::shared_ptr< rclcpp::Waitable > waitable_in=nullptr, std::shared_ptr< void > associated_entity_in=nullptr) noexcept
 Conversion constructor, which is intentionally not marked explicit. More...
 
void reset () noexcept
 

Public Attributes

std::shared_ptr< rclcpp::Waitablewaitable
 
std::shared_ptr< void > associated_entity
 

Constructor & Destructor Documentation

◆ WaitableEntry()

rclcpp::wait_set_policies::DynamicStorage::WaitableEntry::WaitableEntry ( std::shared_ptr< rclcpp::Waitable waitable_in = nullptr,
std::shared_ptr< void >  associated_entity_in = nullptr 
)
inlinenoexcept

Conversion constructor, which is intentionally not marked explicit.

Member Function Documentation

◆ reset()

void rclcpp::wait_set_policies::DynamicStorage::WaitableEntry::reset ( )
inlinenoexcept

Member Data Documentation

◆ waitable

std::shared_ptr<rclcpp::Waitable> rclcpp::wait_set_policies::DynamicStorage::WaitableEntry::waitable

◆ associated_entity

std::shared_ptr<void> rclcpp::wait_set_policies::DynamicStorage::WaitableEntry::associated_entity

The documentation for this class was generated from the following file: