Mission Base

Program Base Library Functions

int pblPriorityQueueGetCapacity

( PblPriorityQueue* queue )

Returns the capacity of the priority queue.

Documentation

Returns the capacity of the priority queue.

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

Parameters:
queue - The queue to use
Returns:
int rc: The capacity of the queue.

Alphabetic index



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