Graphviz  2.41.20171026.1811
Data Fields
BinaryHeap_struct Struct Reference

#include <BinaryHeap.h>

Collaboration diagram for BinaryHeap_struct:
Collaboration graph
[legend]

Data Fields

int max_len
 
int len
 
void ** heap
 
intid_to_pos
 
intpos_to_id
 
IntStack id_stack
 
int(* cmp )(void *item1, void *item2)
 

Detailed Description

Definition at line 25 of file BinaryHeap.h.

Field Documentation

int(* BinaryHeap_struct::cmp)(void *item1, void *item2)

Definition at line 44 of file BinaryHeap.h.

Referenced by BinaryHeap_new(), and BinaryHeap_sanity_check().

void** BinaryHeap_struct::heap
IntStack BinaryHeap_struct::id_stack
int* BinaryHeap_struct::id_to_pos
int BinaryHeap_struct::len
int BinaryHeap_struct::max_len
int* BinaryHeap_struct::pos_to_id

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