verify: new macro 'assume'
[gnulib.git] / modules / rbtreehash-list
1 Description:
2 Sequential list data type implemented by a hash table with a binary tree.
3
4 Files:
5 lib/gl_rbtreehash_list.h
6 lib/gl_rbtreehash_list.c
7 lib/gl_anyhash_list1.h
8 lib/gl_anyhash_list2.h
9 lib/gl_anyrbtree_list1.h
10 lib/gl_anyrbtree_list2.h
11 lib/gl_anytree_list1.h
12 lib/gl_anytree_list2.h
13 lib/gl_anytreehash_list1.h
14 lib/gl_anytreehash_list2.h
15
16 Depends-on:
17 list
18 rbtree-oset
19 stdint
20 xsize
21
22 configure.ac:
23
24 Makefile.am:
25 lib_SOURCES += gl_rbtreehash_list.h gl_rbtreehash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h
26
27 Include:
28 "gl_rbtreehash_list.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Bruno Haible
35