Type used to represent a binary heap.
More...
#include <type_binheap.h>
|
void ** | array |
| Array which stores all values inside the heap.
|
|
uint | size_array |
| Size of the array.
|
|
uint | size_heap |
| Size of the heap (number of values which are currently stored).
|
|
int(* | fc )(void *, void *) |
| Comparison function utilized by the heap.
|
|
Type used to represent a binary heap.
The documentation for this struct was generated from the following file: