Mission Base

Program Base Library Functions

void pblSetFree

( PblSet* set )

Free the set's memory from heap.

Documentation

Free the set's memory from heap.

Note: The memory of the elements themselves is not freed.

For hash sets this method has a time complexity of O(1). For tree sets this method has a time complexity of O(N).

Parameters:
set - The set to free
Returns:
void

Alphabetic index



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