Hubbub
|
Node in our entity tree. More...
Data Fields | |
uint8_t | split |
Data to split on. More... | |
int32_t | lt |
Subtree for data less than split. More... | |
int32_t | eq |
Subtree for data equal to split. More... | |
int32_t | gt |
Subtree for data greater than split. More... | |
uint32_t | value |
Data for this node. More... | |
Node in our entity tree.
Definition at line 12 of file entities.c.
int32_t hubbub_entity_node::eq |
Subtree for data equal to split.
Definition at line 16 of file entities.c.
Referenced by hubbub_entity_tree_search_step().
int32_t hubbub_entity_node::gt |
Subtree for data greater than split.
Definition at line 17 of file entities.c.
int32_t hubbub_entity_node::lt |
Subtree for data less than split.
Definition at line 15 of file entities.c.
uint8_t hubbub_entity_node::split |
Data to split on.
Definition at line 14 of file entities.c.
Referenced by hubbub_entity_tree_search_step().
uint32_t hubbub_entity_node::value |
Data for this node.
Definition at line 18 of file entities.c.
Referenced by hubbub_entity_tree_search_step().