Program Base Library Functions
( pblArrayList* arrayList, int index )
Returns the element at the specified position in this list.
Documentation
Returns the element at the specified position in this list.
- Parameters:
- arrayList - The list to use
index - Index of the element to return
- Returns:
- void * retptr != (void*)-1: The element at the specified position in this list.
void * retptr == (void*)-1: An error, see pbl_errno
PBL_ERROR_OUT_OF_BOUNDS - index is out of range
(index < 0 || index >= size())
Alphabetic index
This page was generated with the help of DOC++.