Libparserutils
Data Fields

parserutils_vector Struct Reference

Vector object. More...

Data Fields

size_t item_size
 Size of an item in the vector.
size_t chunk_size
 Size of a vector chunk.
size_t items_allocated
 Number of slots allocated.
int32_t current_item
 Index of current item.
void * items
 Items in vector.

Detailed Description

Vector object.

Definition at line 16 of file vector.c.


Field Documentation

Size of a vector chunk.

Definition at line 19 of file vector.c.

Referenced by parserutils_vector_append(), and parserutils_vector_create().

Number of slots allocated.

Definition at line 20 of file vector.c.

Referenced by parserutils_vector_append(), and parserutils_vector_create().


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