diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxAVLNode.html --- a/docs/api-2.1/structUcxAVLNode.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,115 +0,0 @@ - - - - - - - -ucx: UcxAVLNode Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
ucx -
-
UAP Common Extensions
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
UcxAVLNode Struct Reference
-
-
- -

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.
 
-UcxAVLNodeparent
 Parent node.
 
-UcxAVLNodeleft
 Root node of left subtree.
 
-UcxAVLNoderight
 Root node of right subtree.
 
-

Detailed Description

-

UCX AVL Node.

-

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