CWB
|
Underlying structure for the cl_int_list object. More...
#include <list.h>
Underlying structure for the cl_int_list object.
int allocated |
number of elements, for which space has been allocated
Referenced by cl_int_list_set(), and cl_new_int_list().
int* data |
pointer to the data
Referenced by cl_delete_int_list(), cl_int_list_get(), cl_int_list_qsort(), cl_int_list_set(), and cl_new_int_list().
int lumpsize |
lump size by which list is reallocated
Referenced by cl_int_list_lumpsize(), cl_int_list_set(), and cl_new_int_list().
int size |
number of elements
Referenced by cl_int_list_append(), cl_int_list_get(), cl_int_list_qsort(), cl_int_list_set(), cl_int_list_size(), and cl_new_int_list().