An element in the priority queue. More...
Data Fields | |
| void * | data | 
| The data this element holds.  | |
| int | key | 
| The priority key of this element.  | |
| size_t * | pos | 
| Place to store the current position in the heap.  | |
An element in the priority queue.
Definition at line 38 of file priority_queue.c.
 1.6.1