Mission Base

Program Base Library Functions

PblList* pblListNewArrayList

( void )

Creates a new array list.

Documentation

Creates a new array list.

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

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