_LinkedQueue

//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////

Members

Functions

append
void append(T node)
Undocumented in source. Be warned that the author may not have intended to support it.
popHead
T popHead()
Undocumented in source. Be warned that the author may not have intended to support it.
prepend
void prepend(T node)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll()
Undocumented in source. Be warned that the author may not have intended to support it.
splice
void splice(_LinkedQueue* second)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
range
auto range [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getNextOf
T getNextOf(T node)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextOf
void setNextOf(T node, T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Range
struct Range
Undocumented in source.

Variables

head
T head;
Undocumented in source.
length
size_t length;
Undocumented in source.
tail
T tail;
Undocumented in source.

Meta