Mission Base

Program Base Library Functions

void* pblSetGetCompareFunction

( PblSet* set )

Gets the application specific compare function for the elements of the set.

Documentation

Gets the application specific compare function for the elements of the set.

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

Parameters:
set - The set to get the compare function for
Returns:
void * retptr: The compare function used, may be NULL.

Alphabetic index



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