Public Attributes | |
int | alloc |
char * | data |
size_t | el_sz |
int | size |
void(* | swap )(zmaxheap_t *heap, int a, int b) |
float * | values |
Definition at line 54 of file zmaxheap.c.
int zmaxheap::alloc |
Definition at line 59 of file zmaxheap.c.
char* zmaxheap::data |
Definition at line 62 of file zmaxheap.c.
size_t zmaxheap::el_sz |
Definition at line 56 of file zmaxheap.c.
int zmaxheap::size |
Definition at line 58 of file zmaxheap.c.
void(* zmaxheap::swap) (zmaxheap_t *heap, int a, int b) |
Definition at line 64 of file zmaxheap.c.
float* zmaxheap::values |
Definition at line 61 of file zmaxheap.c.