_cl_string_list Struct Reference

Underlying structure for the cl_string_list object. More...

#include <list.h>

Data Fields


Detailed Description

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.


Field Documentation

int allocated

number of elements, for which space has been allocated

Referenced by cl_new_string_list(), and cl_string_list_set().

char** data
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

The documentation for this struct was generated from the following file:

Generated on Sun Feb 28 18:08:04 2010 for CWB by  doxygen 1.6.1