Class RCLBadAlloc
Defined in File exceptions.hpp
Inheritance Relationships
Base Types
public rclcpp::exceptions::RCLErrorBase
(Class RCLErrorBase)public std::bad_alloc
Class Documentation
-
class RCLBadAlloc : public rclcpp::exceptions::RCLErrorBase, public std::bad_alloc
Created when the ret is RCL_RET_BAD_ALLOC.
Public Functions
-
RCLBadAlloc(rcl_ret_t ret, const rcl_error_state_t *error_state)
-
explicit RCLBadAlloc(const RCLErrorBase &base_exc)
-
RCLBadAlloc(rcl_ret_t ret, const rcl_error_state_t *error_state)