Mission Base

Program Base Library Functions

void* pblListGetCompareFunction

( PblList* list )

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

Documentation

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

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

Parameters:
list - The list 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++.