Mission Base

Program Base Library Functions

PblMap* pblMapNewHashMap

( void )

Creates a new hash map.

Documentation

Creates a new hash map.

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

Returns:
PblMap * retPtr != NULL: A pointer to the new map.
PblMap * 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++.