Mission Base

Program Base Library Functions

PblSet* pblSetNewTreeSet

( void )

Creates a new tree set.

Documentation

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