#include "ansidecl.h"

Go to the source code of this file.
Data Types | |
| type | fibheap |
| type | fibnode |
Typedefs | |
| typedef long | fibheapkey_t |
| typedef struct fibheap * | fibheap_t |
| typedef struct fibnode * | fibnode_t |
Functions/Subroutines | |
| fibheap_t fibheap_new | PARAMS ((void)) |
| fibnode_t fibheap_insert | PARAMS ((fibheap_t, fibheapkey_t, void *)) |
| int fibheap_empty | PARAMS ((fibheap_t)) |
| fibheapkey_t fibheap_replace_key | PARAMS ((fibheap_t, fibnode_t, fibheapkey_t)) |
| void *fibheap_replace_key_data | PARAMS ((fibheap_t, fibnode_t, fibheapkey_t, void *)) |
| void *fibheap_replace_data | PARAMS ((fibheap_t, fibnode_t, void *)) |
| void *fibheap_delete_node | PARAMS ((fibheap_t, fibnode_t)) |
| fibheap_t fibheap_union | PARAMS ((fibheap_t, fibheap_t)) |
| typedef long fibheapkey_t |
| void* fibheap_replace_key_data PARAMS | ( | (fibheap_t, fibnode_t, fibheapkey_t, void *) | ) |
| fibheapkey_t fibheap_replace_key PARAMS | ( | (fibheap_t, fibnode_t, fibheapkey_t) | ) |
| int fibheap_empty PARAMS | ( | (fibheap_t) | ) |
| fibnode_t fibheap_insert PARAMS | ( | (fibheap_t, fibheapkey_t, void *) | ) |
Definition at line 77 of file cplus-dem.c.
1.5.6