ucx/avl.h

changeset 199
e25dc68336ec
parent 196
1b4cdafef2eb
child 204
4477987d40cd
     1.1 --- a/ucx/avl.h	Mon May 18 19:12:32 2015 +0200
     1.2 +++ b/ucx/avl.h	Mon May 18 19:49:03 2015 +0200
     1.3 @@ -173,7 +173,12 @@
     1.4   */
     1.5  void* ucx_avl_remove(UcxAVLTree *tree, intptr_t key);
     1.6  
     1.7 -
     1.8 +/**
     1.9 + * Counts the nodes in the specified UcxAVLTree.
    1.10 + * @param tree the AVL tree
    1.11 + * @return the node count
    1.12 + */
    1.13 +size_t ucx_avl_count(UcxAVLTree *tree);
    1.14  
    1.15  #ifdef	__cplusplus
    1.16  }

mercurial