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

Public Attributes

uint16_t is_leaf
uint16_t n_vals
union { 
   struct { 
      void *   vals [ZIX_BTREE_LEAF_VALS
   }   leaf
   struct { 
      void *   vals [ZIX_BTREE_INODE_VALS
      ZixBTreeNode *   children [ZIX_BTREE_INODE_VALS+1] 
   }   inode
data

Member Data Documentation

◆ children

ZixBTreeNode * ZixBTreeNodeImpl::children

◆ [union]

union { ... } ZixBTreeNodeImpl::data

◆ [struct]

struct { ... } ZixBTreeNodeImpl::inode

◆ is_leaf

uint16_t ZixBTreeNodeImpl::is_leaf

◆ [struct]

struct { ... } ZixBTreeNodeImpl::leaf

◆ n_vals

uint16_t ZixBTreeNodeImpl::n_vals

◆ vals

void * ZixBTreeNodeImpl::vals

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