eb64_node

See original's library documentation for details.

Members

Functions

next
typeof((&this)) next()

Return next node in the tree, skipping duplicates, or NULL if none

next_unique
typeof((&this)) next_unique()

Return next node in the tree, skipping duplicates, or NULL if none

prev
typeof((&this)) prev()

Return previous node in the tree, or NULL if none

prev_unique
typeof((&this)) prev_unique()

Return previous node in the tree, skipping duplicates, or NULL if none

Variables

key
ulong key;
Undocumented in source.
node
eb_node node;
Undocumented in source.

Meta