parserutils_stack Struct Reference

Stack object. More...


Data Fields

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


Detailed Description

Stack object.

Definition at line 16 of file stack.c.


Field Documentation

Size of a stack chunk.

Definition at line 19 of file stack.c.

Referenced by parserutils_stack_create(), and parserutils_stack_push().

Number of slots allocated.

Definition at line 20 of file stack.c.

Referenced by parserutils_stack_create(), and parserutils_stack_push().


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

Generated on Wed Jul 29 11:59:21 2015 for Libparserutils by  doxygen 1.5.6