navit
0.5.1-trunk
|
#include <fibpriv.h>
Data Fields | |
int | fhe_degree |
int | fhe_mark |
struct fibheap_el * | fhe_p |
struct fibheap_el * | fhe_child |
struct fibheap_el * | fhe_left |
struct fibheap_el * | fhe_right |
int | fhe_key |
void * | fhe_data |
struct fibheap_el* fibheap_el::fhe_child |
Referenced by fh_extractminel(), fh_heaplink(), fhe_initelem(), and fhe_remove().
void* fibheap_el::fhe_data |
Referenced by fh_compare(), fh_comparedata(), fh_delete(), fh_deleteel(), fh_extractmin(), fh_insert(), fh_insertel(), fh_insertkey(), fh_min(), fh_replacekey(), fh_replacekeydata(), and fhe_initelem().
int fibheap_el::fhe_degree |
Referenced by fh_consolidate(), fh_cut(), fh_heaplink(), and fhe_initelem().
int fibheap_el::fhe_key |
Referenced by fh_compare(), fh_comparedata(), fh_deleteel(), fh_insertel(), fh_insertkey(), fh_minkey(), fh_replacedata(), fh_replacekey(), and fh_replacekeydata().
struct fibheap_el* fibheap_el::fhe_left |
Referenced by fh_insertrootlist(), fh_removerootlist(), fh_union(), fhe_initelem(), fhe_insertafter(), fhe_insertbefore(), and fhe_remove().
int fibheap_el::fhe_mark |
Referenced by fh_cascading_cut(), fh_cut(), fh_heaplink(), and fhe_initelem().
struct fibheap_el* fibheap_el::fhe_p |
Referenced by fh_cascading_cut(), fh_cut(), fh_extractminel(), fh_heaplink(), fh_replacekeydata(), fhe_initelem(), and fhe_remove().
struct fibheap_el* fibheap_el::fhe_right |
Referenced by fh_extractminel(), fh_insertrootlist(), fh_union(), fhe_initelem(), fhe_insertafter(), and fhe_remove().