ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs | Functions
fib.h File Reference

Namespaces

namespace  FIB
 

Typedefs

typedef int(* FIB::voidcmp) (int, int)
 

Functions

struct fibheap * FIB::fh_makeheap ()
 
voidcmp FIB::fh_setcmp (struct fibheap *h, voidcmp fnct)
 
struct fibheap_el * FIB::fh_insert (struct fibheap *h, int data)
 
int FIB::fh_extractmin (struct fibheap *h)
 
void FIB::fh_deleteheap (struct fibheap *h)
 
bool FIB::fh_isempty (const struct fibheap *fh)