diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxAVLNode.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxAVLNode.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,115 @@ + + +
+ + + + ++ |
+ 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.
+