libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
GblTreeSetNode Struct Reference

#include <gimbal_tree_set.h>

Data Fields

uint16_t entryCount
 
GblBool leaf
 
uint8_t padding [sizeof(void *) -3]
 
void * pEntries
 
struct GblTreeSetNodepChildren [1]
 

Detailed Description

Internal structure representing a single node within a GblTreeSet.

Definition at line 25 of file gimbal_tree_set.h.

Field Documentation

◆ entryCount

uint16_t GblTreeSetNode::entryCount

Definition at line 26 of file gimbal_tree_set.h.

◆ leaf

GblBool GblTreeSetNode::leaf

Definition at line 27 of file gimbal_tree_set.h.

◆ padding

uint8_t GblTreeSetNode::padding[sizeof(void *) -3]

Definition at line 28 of file gimbal_tree_set.h.

◆ pEntries

void* GblTreeSetNode::pEntries

Definition at line 29 of file gimbal_tree_set.h.

◆ pChildren

struct GblTreeSetNode* GblTreeSetNode::pChildren[1]

Definition at line 30 of file gimbal_tree_set.h.


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