![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
Namespaces | |
| namespace | FIB |
Macros | |
| #define | swap(type, a, b) |
| #define | INT_BITS (sizeof(int) * 8) |
Functions | |
| bool | FIB::fh_isempty (const struct fibheap *fh) |
| struct fibheap * | FIB::fh_makeheap () |
| voidcmp | FIB::fh_setcmp (struct fibheap *h, voidcmp fnct) |
| void | FIB::fh_deleteheap (struct fibheap *h) |
| struct fibheap_el * | FIB::fh_insert (struct fibheap *h, int data) |
| int | FIB::fh_extractmin (struct fibheap *h) |
| #define INT_BITS (sizeof(int) * 8) |
| #define swap | ( | type, | |
| a, | |||
| b | |||
| ) |