IEBTree

Members

Functions

clear
void clear()

Removes all values from the tree.

length
size_t length()
opAddAssign
size_t opAddAssign(size_t n)

Increases the record counter by n.

opSubAssign
size_t opSubAssign(size_t n)

Decreases the record counter by n.

Variables

root
eb_root root;

Tree root node.

Meta