CWB
Data Fields
_cl_int_list Struct Reference

Underlying structure for the cl_int_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...
 
int * data
 pointer to the data More...
 

Detailed Description

Underlying structure for the cl_int_list object.

Field Documentation

int allocated

number of elements, for which space has been allocated

Referenced by cl_int_list_set(), and cl_new_int_list().

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

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