All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Priority Queue Detailed Description
Function Documentation
creates priority queue
frees priority queue, but not the data elements themselves
clears the priority queue, but doesn't free the data elements themselves
inserts element into priority queue
removes and returns best element from the priority queue
returns the best element of the queue without removing it
returns the number of elements in the queue
returns the elements of the queue; changing the returned array may destroy the queue's ordering!
|