Mission Base

Program Base Library Functions

PblMap* pblMapNewTreeMap

( void )

Creates a new tree map.

Documentation

Creates a new tree 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++.