Program Base Library Functions

int pblArrayListSetElementSize

( pblArrayList* arrayList,
  int elementSize )

Set the element size for the elements in the list.

Documentation

Set the element size for the elements in the list.

If the element size is set to a value > 0 and no compare function is specified for the list, the compare function used for the elements of the list is the c-library memcmp() function.

Parameters:
arrayList - The list to set element size for
elementSize - Element size
Returns:
int rc >= 0: The element size set

Alphabetic index



This page was generated with the help of DOC++.