Public Attributes | List of all members
sorted_entry_s Struct Reference

#include <lm.h>

Public Attributes

lmlog_t val
 
uint32 lower
 
uint32 higher
 

Member Data Documentation

◆ higher

uint32 sorted_entry_s::higher

index of another entry. All descendants down this path have their val > this node's val 0 => no son exists (0 is root index)

◆ lower

uint32 sorted_entry_s::lower

index of another entry. All descendants down this path have their val < this node's val. 0 => no son exists (0 is root index)

◆ val

lmlog_t sorted_entry_s::val

value being kept in this node


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