![]() |
ucx
UAP Common Extensions
|
UCX AVL Node. More...
#include <avl.h>
Data Fields | |
| intptr_t | key |
| The key for this node. | |
| void * | value |
| Data contained by this node. | |
| size_t | height |
| The height of this (sub)-tree. | |
| UcxAVLNode * | parent |
| Parent node. | |
| UcxAVLNode * | left |
| Root node of left subtree. | |
| UcxAVLNode * | right |
| Root node of right subtree. | |
UCX AVL Node.
1.8.13