eb_root

See original's library documentation for details.

Members

Functions

is_empty
bool is_empty()
Undocumented in source. Be warned that the author may not have intended to support it.
unique
bool unique()

Tells whether this tree is configured so that the eb*_insert functions allow adding unique nodes only or if they allow adding duplicates.

unique
bool unique(bool enable)

Configures this tree so that the eb*_insert functions either allow adding unique nodes only or allow adding duplicates.

Manifest constants

BITS
enum BITS;
Undocumented in source.
BRANCHES
enum BRANCHES;
Undocumented in source.
NORMAL
enum NORMAL;
Undocumented in source.
RGHT
enum RGHT;
Undocumented in source.
UNIQUE
enum UNIQUE;
Undocumented in source.

Variables

b
eb_troot_t*[BRANCHES] b;
Undocumented in source.

Meta