diff options
author | David Robillard <d@drobilla.net> | 2014-10-01 03:10:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-10-01 03:10:53 +0000 |
commit | dee23c2058fd33e14610ceda277c11e4d8ce768b (patch) | |
tree | 0fec107d46edad1eb63db6afab5f351463aa7ed4 /zix/btree.h | |
parent | b7d81e0674af26a326fad1d600012d1a9e2a05ae (diff) | |
download | zix-dee23c2058fd33e14610ceda277c11e4d8ce768b.tar.gz zix-dee23c2058fd33e14610ceda277c11e4d8ce768b.tar.bz2 zix-dee23c2058fd33e14610ceda277c11e4d8ce768b.zip |
Automatic benchmarking with 'waf bench'.
git-svn-id: http://svn.drobilla.net/zix/trunk@94 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'zix/btree.h')
-rw-r--r-- | zix/btree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zix/btree.h b/zix/btree.h index 3acd3a4..2de5565 100644 --- a/zix/btree.h +++ b/zix/btree.h @@ -80,6 +80,10 @@ zix_btree_insert(ZixBTree* t, void* e); /** Remove the value `e` from `t`. + @param t Tree to remove from. + + @param e Value to remove. + @param out Set to point to the removed pointer (which may not equal `e`). @param next If non-NULL, pointed to the value following `e`. If *next is |