Mission Base

Program Base Library Functions

int pblSetGetCapacity

( PblSet* set )

Returns the capacity of this set instance.

Documentation

Returns the capacity of this set instance.

For tree sets this call returns the set's size.

For hash sets it returns the set's capacity.

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

Parameters:
set - The set to use
Returns:
int rc: The capacity of this set instance.

Alphabetic index



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