IntervalPriorityQueue

Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(ArrayArena arrayArena)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(ArrayArena arrayArena, IntervalIndex interval, uint from)
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
removeFront
IntervalIndex removeFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

maxFrom
uint maxFrom;
Undocumented in source.
numRemoved
uint numRemoved;
Undocumented in source.
queue
Array!IntervalPriority queue;
Undocumented in source.

Meta