Mission Base

Program Base Library Functions

PblSet* pblSetNewHashSet

( void )

Creates a new hash set.

Documentation

Creates a new hash set.

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

Returns:
PblSet * retPtr != NULL: A pointer to the new set.
PblSet * retPtr == NULL: An error, see pbl_errno:
PBL_ERROR_OUT_OF_MEMORY - Out of memory.

Alphabetic index



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