Public Attributes | |
void * | data |
u32 | size |
u32 | capacity |
u32 | elem_size |
CL_PQueueCompareFn | compare_fn |
The comparison function. | |
MEM_Allocator * | allocator |
The memory allocator. | |
Definition at line 9 of file cl_prioqueue.c.
MEM_Allocator* __PQueue::allocator |
The memory allocator.
Definition at line 14 of file cl_prioqueue.c.
u32 __PQueue::capacity |
Definition at line 12 of file cl_prioqueue.c.
CL_PQueueCompareFn __PQueue::compare_fn |
The comparison function.
Definition at line 13 of file cl_prioqueue.c.
void* __PQueue::data |
Definition at line 11 of file cl_prioqueue.c.
u32 __PQueue::elem_size |
Definition at line 12 of file cl_prioqueue.c.
u32 __PQueue::size |
Definition at line 12 of file cl_prioqueue.c.