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

UCX AVL Tree. - More...

- -

#include <avl.h>

- - - - - - - - - - - - - - -

-Data Fields

-UcxAllocatorallocator
 The UcxAllocator that shall be used to manage the memory for node data.
 
-UcxAVLNoderoot
 Root node of the tree.
 
cmp_func cmpfunc
 Compare function that shall be used to compare the UcxAVLNode keys. More...
 
void * userdata
 Custom user data. More...
 
-

Detailed Description

-

UCX AVL Tree.

-

Field Documentation

- -

◆ cmpfunc

- -
-
- - - - -
cmp_func UcxAVLTree::cmpfunc
-
- -

Compare function that shall be used to compare the UcxAVLNode keys.

-
See also
UcxAVLNode.key
- -
-
- -

◆ userdata

- -
-
- - - - -
void* UcxAVLTree::userdata
-
- -

Custom user data.

-

This data will also be provided to the cmpfunc.

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