LMMS
Loading...
Searching...
No Matches
ZixBTreeImpl Struct Reference

Public Attributes

ZixBTreeNoderoot
ZixDestroyFunc destroy
ZixComparator cmp
const voidcmp_data
size_t size
unsigned height
 Number of levels, i.e. root only has height 1.
voidcmp_data

Member Data Documentation

◆ cmp

ZixComparator ZixBTreeImpl::cmp

◆ cmp_data [1/2]

const void* ZixBTreeImpl::cmp_data

◆ cmp_data [2/2]

void* ZixBTreeImpl::cmp_data

◆ destroy

ZixDestroyFunc ZixBTreeImpl::destroy

◆ height

unsigned ZixBTreeImpl::height

Number of levels, i.e. root only has height 1.

◆ root

ZixBTreeNode * ZixBTreeImpl::root

◆ size

size_t ZixBTreeImpl::size

The documentation for this struct was generated from the following files: