Underlying structure for the cl_string_list object. More...
#include <list.h>
Underlying structure for the cl_string_list object.
Note -- the data in this object is ONLY an "array" of pointers-to-char. The strings themselves are stored elsewhere.
int allocated |
number of elements, for which space has been allocated
Referenced by cl_new_string_list(), and cl_string_list_set().
char** data |
pointer to the data
Referenced by cl_delete_string_list(), cl_free_string_list(), cl_new_string_list(), cl_string_list_get(), cl_string_list_qsort(), and cl_string_list_set().
int lumpsize |
lump size by which list is reallocated
Referenced by cl_new_string_list(), cl_string_list_lumpsize(), and cl_string_list_set().
int size |
number of elements
Referenced by cl_free_string_list(), cl_new_string_list(), cl_string_list_append(), cl_string_list_get(), cl_string_list_qsort(), cl_string_list_set(), cl_string_list_size(), and cwbci_check_line().