Mission Base

Program Base Library Functions

PblStringBuilder* pblStringBuilderNew

( void )

Creates a new string builder.

Documentation

Creates a new string builder.

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

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