Hubbub $Id$
|
Node in our entity tree. More...
Public Attributes | |
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.
int32_t hubbub_entity_node::eq |
Subtree for data equal to split.
int32_t hubbub_entity_node::gt |
Subtree for data greater than split.
int32_t hubbub_entity_node::lt |
Subtree for data less than split.
uint8_t hubbub_entity_node::split |
Data to split on.
uint32_t hubbub_entity_node::value |
Data for this node.