Mission Base

Program Base Library Functions

void pblPriorityQueueClear

( PblPriorityQueue* queue )

Removes all of the elements from the priority queue.

Documentation

Removes all of the elements from the priority queue.

Note: No memory of the elements themselves is freed.

This function has a time complexity of O(N), with N being the number of elements in the priority queue.

Parameters:
queue - The queue to clear
Returns:
void

Alphabetic index



This page was generated with the help of DOC++.