Searched defs:tracked_handler (Results 1 – 2 of 2) sorted by relevance
64 struct tracked_handler struct66 std::uintmax_t handler_id_ = 0; // To uniquely identify a handler.67 std::uintmax_t tree_id_ = 0; // To identify related handlers.68 const char* object_type_; // The object type associated with the handler.69 std::uintmax_t native_handle_; // Native handle, if any.
37 class tracked_handler class in asio::detail::handler_tracking47 tracked_handler() : id_(0) {} in tracked_handler() function in asio::detail::handler_tracking::tracked_handler