AVLNodeBitwise

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.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(int newHeight)
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.
left
typeof(this)* left()
Undocumented in source. Be warned that the author may not have intended to support it.
left
const(typeof(this))* left()
Undocumented in source. Be warned that the author may not have intended to support it.
left
void left(typeof(this)* newLeft)
Undocumented in source.
right
typeof(this)* right()
Undocumented in source. Be warned that the author may not have intended to support it.
right
const(typeof(this))* right()
Undocumented in source. Be warned that the author may not have intended to support it.
right
void right(typeof(this)* newRight)
Undocumented in source.

Variables

_left
size_t _left;
Undocumented in source.
_right
size_t _right;
Undocumented in source.
mask
enum size_t mask;
Undocumented in source.
notMask
enum size_t notMask;
Undocumented in source.
payload
T payload;
Undocumented in source.

Meta