diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxAVLTree.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxAVLTree.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,140 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
UCX AVL Tree. + More...
+ +#include <avl.h>
+Data Fields | |
+UcxAllocator * | allocator |
The UcxAllocator that shall be used to manage the memory for node data. | |
+UcxAVLNode * | root |
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... | |
UCX AVL Tree.
+cmp_func UcxAVLTree::cmpfunc | +
Compare function that shall be used to compare the UcxAVLNode keys.
+void* UcxAVLTree::userdata | +
Custom user data.
+This data will also be provided to the cmpfunc.
+ +