|
Squid Web Cache master
|
#include <heap.h>
Public Attributes | |
| heap_key | key |
| unsigned long | id |
| heap_t | data |
| heap_t _heap_node::data |
Definition at line 44 of file heap.h.
Referenced by heap_delete(), heap_extractlast(), heap_extractmin(), heap_insert(), heap_peep(), heap_peepmin(), and heap_update().
| unsigned long _heap_node::id |
Definition at line 43 of file heap.h.
Referenced by _heap_ify_down(), _heap_ify_up(), _heap_swap_element(), heap_delete(), heap_insert(), and heap_update().
| heap_key _heap_node::key |
Definition at line 42 of file heap.h.
Referenced by _heap_ify_down(), _heap_ify_up(), heap_delete(), heap_insert(), heap_peepkey(), heap_peepminkey(), heap_print_inorder(), heap_update(), and verify_heap_property().