CWB
Data Fields
_cl_string_list Struct Reference

Underlying structure for the cl_string_list object. More...

#include <list.h>

Data Fields

int size
 number of elements More...
 
int allocated
 number of elements, for which space has been allocated More...
 
int lumpsize
 lump size by which list is reallocated More...
 
char ** data
 pointer to the data More...
 

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: