libressl_d.pqueue

Undocumented in source.

Members

Aliases

pitem
alias pitem = ._pitem
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
piterator
alias piterator = ._pitem*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue
alias pqueue = ._pqueue*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

pitem_free
void pitem_free(.pitem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pitem_new
.pitem* pitem_new(ubyte* prio64be, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_find
.pitem* pqueue_find(.pqueue pq, ubyte* prio64be)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_free
void pqueue_free(.pqueue pq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_insert
.pitem* pqueue_insert(.pqueue pq, .pitem* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_iterator
.pitem* pqueue_iterator(.pqueue pq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_new
.pqueue pqueue_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_next
.pitem* pqueue_next(.piterator* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_peek
.pitem* pqueue_peek(.pqueue pq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_pop
.pitem* pqueue_pop(.pqueue pq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqueue_size
int pqueue_size(.pqueue pq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_pitem
struct _pitem
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta