support for trie_traverse/2 and itrie_save_as_trie/2
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2109 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
f15c466da1
commit
596ecc5126
@ -26,6 +26,7 @@
|
||||
itrie_count_join/3,
|
||||
itrie_count_intersect/3,
|
||||
itrie_save/2,
|
||||
itrie_save_as_trie/2,
|
||||
itrie_load/2,
|
||||
itrie_stats/4,
|
||||
itrie_max_stats/4,
|
||||
|
@ -13,6 +13,7 @@
|
||||
trie_put_entry/3,
|
||||
trie_check_entry/3,
|
||||
trie_get_entry/2,
|
||||
trie_traverse/2,
|
||||
trie_remove_entry/1,
|
||||
trie_remove_subtree/1,
|
||||
trie_join/2,
|
||||
|
Reference in New Issue
Block a user