|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_tree_set.h>

Data Fields | |
| uint16_t | entryCount |
| GblBool | leaf |
| uint8_t | padding [sizeof(void *) -3] |
| void * | pEntries |
| struct GblTreeSetNode * | pChildren [1] |
Internal structure representing a single node within a GblTreeSet.
Definition at line 25 of file gimbal_tree_set.h.
| uint16_t GblTreeSetNode::entryCount |
Definition at line 26 of file gimbal_tree_set.h.
| GblBool GblTreeSetNode::leaf |
Definition at line 27 of file gimbal_tree_set.h.
| uint8_t GblTreeSetNode::padding[sizeof(void *) -3] |
Definition at line 28 of file gimbal_tree_set.h.
| void* GblTreeSetNode::pEntries |
Definition at line 29 of file gimbal_tree_set.h.
| struct GblTreeSetNode* GblTreeSetNode::pChildren[1] |
Definition at line 30 of file gimbal_tree_set.h.