next up previous contents index
Next: Old-Style Priority Queues ( Up: Priority Queues Previous: Priority Queues ( p_queue

     
Priority Queues with Implementation Parameter ( _p_queue )

Definition

An instance of type _p_queue<P,I,impl> is a priority queue implemented by data type impl. impl must be one of the priority queue implementations listed in section Implementations Priority Queues or a user defined data structure fulfilling the specification given in section User Implementations Priority Queues. Note that the priority type P must linearly ordered.

#include < LEDA/ _p _queue.h >



LEDA research project
1999-04-23