Program Base Library Functions
( pblArrayList* arrayList,
void* element )
Appends the specified element to the end of this list.
Documentation
Appends the specified element to the end of this list.
- Parameters:
- arrayList - The list to use
element - Element to be appended to this list
- Returns:
- int rc >= 0: The size of this ArrayList instance
int rc < 0: An error, see pbl_errno
PBL_ERROR_OUT_OF_MEMORY - out of memory
Alphabetic index
This page was generated with the help of DOC++.