IEBTree

Members

Functions

clear
void clear()

Removes all values from the tree.

decreaseNodeCount
size_t decreaseNodeCount(size_t n)

Decreases the record counter by n.

increaseNodeCount
size_t increaseNodeCount(size_t n)

Increases the record counter by n.

length
size_t length()

Variables

root
eb_root root;

Tree root node.

Meta