data-structures-c
Loading...
Searching...
No Matches
fqueue Struct Reference

Generated queue struct type for a VALUE_TYPE. More...

#include <fqueue.h>

Public Attributes

uint32_t begin_index
 Index used to track the front of the queue.
 
uint32_t end_index
 Index used to track the back of the queue.
 
uint32_t count
 Number of values.
 
uint32_t capacity
 Maximum number of values allocated for.
 
VALUE_TYPE values []
 Array of values.
 

Detailed Description

Generated queue struct type for a VALUE_TYPE.


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