eb128_node

See original's library documentation for details.

Members

Functions

key
UCent key(UCent key_)
Cent key(Cent key_)

Sets the key.

key
UC!(signed) key()

Gets the key.

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

Templates

UC
template UC(bool signed)

Evaluates to Cent if signed is true or to UCent otherwise.

Variables

node
eb_node node;
Undocumented in source.

Meta