Hubbub $Id$
Public Attributes | List of all members
hubbub_entity_node Struct Reference

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

Detailed Description

Node in our entity tree.

Member Data Documentation

◆ eq

int32_t hubbub_entity_node::eq

Subtree for data equal to split.

◆ gt

int32_t hubbub_entity_node::gt

Subtree for data greater than split.

◆ lt

int32_t hubbub_entity_node::lt

Subtree for data less than split.

◆ split

uint8_t hubbub_entity_node::split

Data to split on.

◆ value

uint32_t hubbub_entity_node::value

Data for this node.


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