|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
A priority queue. More...
#include <pqmh.h>
Data Fields | |
| const pqmh_control_t * | ctl |
| void ** | data |
| size_t | len |
| size_t | cap |
A priority queue.
data is the backing heap array of element pointers, len the live count, cap the allocated capacity. The control is bound at pqmh_make and not re-passed per operation.
| const pqmh_control_t* pqmh_t::ctl |