Mission Base

Program Base Library Functions

int pblPriorityQueueIsEmpty

( PblPriorityQueue* queue )

Tests if the priority queue has no elements.

Documentation

Tests if the priority queue has no elements.

This function has a time complexity of O(1).

Parameters:
queue - The queue to use
Returns:
int rc != 0: The queue has no elements.
int rc == 0: The queue has elements.

Alphabetic index



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