![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
Classes | |
| struct | fibheap |
| struct | fibheap_el |
Typedefs | |
| typedef int(* | voidcmp) (int, int) |
Functions | |
| bool | fh_isempty (const struct fibheap *fh) |
| struct fibheap * | fh_makeheap () |
| voidcmp | fh_setcmp (struct fibheap *h, voidcmp fnct) |
| void | fh_deleteheap (struct fibheap *h) |
| struct fibheap_el * | fh_insert (struct fibheap *h, int data) |
| int | fh_extractmin (struct fibheap *h) |
| typedef int(* FIB::voidcmp) (int, int) |
| void FIB::fh_deleteheap | ( | struct fibheap * | h | ) |
| int FIB::fh_extractmin | ( | struct fibheap * | h | ) |
| struct fibheap_el * FIB::fh_insert | ( | struct fibheap * | h, |
| int | data | ||
| ) |
| bool FIB::fh_isempty | ( | const struct fibheap * | fh | ) |
| struct fibheap * FIB::fh_makeheap | ( | ) |