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