Eneboo - Documentación para desarrolladores
|
Clases | |
struct | _pqueue |
'typedefs' | |
typedef struct _pqueue | pqueue_s |
Funciones | |
pitem * | pitem_new (PQ_64BIT priority, void *data) |
void | pitem_free (pitem *item) |
pqueue_s * | pqueue_new () |
void | pqueue_free (pqueue_s *pq) |
pitem * | pqueue_insert (pqueue_s *pq, pitem *item) |
pitem * | pqueue_peek (pqueue_s *pq) |
pitem * | pqueue_pop (pqueue_s *pq) |
pitem * | pqueue_find (pqueue_s *pq, PQ_64BIT priority) |
pitem * | pqueue_iterator (pqueue_s *pq) |
pitem * | pqueue_next (pitem **item) |
int | pqueue_size (pqueue_s *pq) |
void pitem_free | ( | pitem * | item | ) |
pitem* pitem_new | ( | PQ_64BIT | priority, |
void * | data | ||
) |
void pqueue_free | ( | pqueue_s * | pq | ) |
pqueue_s* pqueue_new | ( | void | ) |