- _insert
bool _insert(T anchor, T node)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
bool append(T node)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertAfter
bool insertAfter(T anchor, T node)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertBefore
bool insertBefore(T anchor, T node)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
bool opBinaryRight(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.
- popTail
T popTail()
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
bool prepend(T node)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(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(_LinkedList* second)
Undocumented in source. Be warned that the author may not have intended to support it.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////