fid_Arrayuchar Struct Reference
[Dynamic arrays]

Dynamic array of unsigned char values. More...


Detailed Description

Dynamic array of unsigned char values.

Definition at line 474 of file arrays.h.

#include <arrays.h>


Data Fields

size_t occupied
 Number of elements in use.
size_t allocated
 Number of elements for which space has * been allocated.
unsigned char * dyndata
 Pointer to array data.
unsigned char * prev_dyndata
 Temporary used before calling\ * realloc() to prevent leaking memory.


Field Documentation

Number of elements in use.

Definition at line 474 of file arrays.h.

Number of elements for which space has * been allocated.

Definition at line 474 of file arrays.h.

unsigned char* fid_Arrayuchar::dyndata

Pointer to array data.

Definition at line 474 of file arrays.h.

Temporary used before calling\ * realloc() to prevent leaking memory.

Definition at line 474 of file arrays.h.


Generated on Wed Jul 8 17:21:17 2009 for Full-text Index Data structure library by  doxygen 1.5.9