listArray_t Struct Reference
[List Array]


Detailed Description

Data structure to hold a generic list array.


Data Fields

int count
int allocated
int elementSize
int incSize
void * elements


Field Documentation

int listArray_t::count

Number of elements registered in list

int listArray_t::allocated

Number of allocated elements in list

int listArray_t::elementSize

Size of the data elements to be stored in the list

int listArray_t::incSize

How many extra elements to allocate when the list is full.

void* listArray_t::elements

The elements stored.


Generated on Mon Apr 7 22:13:48 2008 for SocketDispatcher by  doxygen 1.5.1