AVLNodeRealHeight

Undocumented in source.

Members

Functions

balance
int balance()
Undocumented in source. Be warned that the author may not have intended to support it.
fixHeight
void fixHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
isLeaf
bool isLeaf()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

height
int height;
Undocumented in source.
left
typeof(this)* left;
Undocumented in source.
payload
T payload;
Undocumented in source.
right
typeof(this)* right;
Undocumented in source.

Meta