Program Base Library Functions

pblIterator* pblArrayListIterator

( pblArrayList* arrayList )

Returns an iterator over the elements in this list in proper sequence.

Documentation

Returns an iterator over the elements in this list in proper sequence.

Note: The memory of the iterator needs to be released by calling pblIteratorFree() once the iterator is no longer needed.

Parameters:
arrayList - The list to create the iterator for
Returns:
void * retptr != NULL: The iterator
void * 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++.