Node

Undocumented in source.

Members

Functions

getChild
inout(Node*) getChild()
Undocumented in source. Be warned that the author may not have intended to support it.
getNext
inout(Node*) getNext()
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
inout(Node*) getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrev
inout(Node*) getPrev()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
V getValue()
Undocumented in source. Be warned that the author may not have intended to support it.
hasChildren
bool hasChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
hasParent
bool hasParent()
Undocumented in source. Be warned that the author may not have intended to support it.
isMarked
bool isMarked()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta