#include <lm.h>
Public Attributes | |
lmlog_t | val |
uint32 | lower |
uint32 | 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)
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)
value being kept in this node