fid_Arraychar Struct Reference
[Dynamic arrays]

Dynamic array of char values. More...


Detailed Description

Dynamic array of char values.

Definition at line 469 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.
char * dyndata
 Pointer to array data.
char * prev_dyndata
 Temporary used before calling\ * realloc() to prevent leaking memory.


Field Documentation

Number of elements in use.

Definition at line 469 of file arrays.h.

Number of elements for which space has * been allocated.

Definition at line 469 of file arrays.h.

Pointer to array data.

Definition at line 469 of file arrays.h.

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

Definition at line 469 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