Hubbub
Data Fields
hubbub_entity_node Struct Reference

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...
 

Detailed Description

Node in our entity tree.

Definition at line 12 of file entities.c.

Field Documentation

int32_t hubbub_entity_node::eq

Subtree for data equal to split.

Definition at line 16 of file entities.c.

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.

uint32_t hubbub_entity_node::value

Data for this node.

Definition at line 18 of file entities.c.


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