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

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

#include <fpqueue.h>

Public Attributes

uint32_t count
 Number of non-empty elements.
 
uint32_t capacity
 Number of elements allocated for.
 
fpqueue_element_type elements []
 Array of elements.
 

Detailed Description

Generated priority queue struct type for a given VALUE_TYPE.


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