Handle defines an alias for uniquely identifying a valid node in the time queue. Handles are returned when nodes are added to the time queue, and must be supplied to the update and remove methods to identify existing nodes. When a node is removed, the handle value becomes invalid, though invalidated handle values are eventually reused. See the component‐level documentation for more details.

Synopsis

Declared in <bdlcc_timequeue.h>

typedef int Handle;

Created with MrDocs