Program Base Library Functions

pblArrayList* pblArrayListClone

( pblArrayList* arrayList )

Returns a shallow copy of this ArrayList instance.

Documentation

Returns a shallow copy of this ArrayList instance. (The elements themselves are not copied.)

Parameters:
arrayList - The list to clone
Returns:
pblArrayList * retPtr != NULL: A pointer to an array list
pblArrayList * 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++.