Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/rbtreehash-list @ 6981:0bc4f2ff0eae
Sequential list data type implemented by a hash table with a binary tree.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 17 Jul 2006 11:31:28 +0000 |
parents | |
children | 2cdff416776f |
comparison
equal
deleted
inserted
replaced
6980:9ccb96800d02 | 6981:0bc4f2ff0eae |
---|---|
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 size_max | |
20 xalloc | |
21 xsize | |
22 | |
23 configure.ac: | |
24 | |
25 Makefile.am: | |
26 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 | |
27 | |
28 Include: | |
29 "gl_rbtreehash_list.h" | |
30 | |
31 License: | |
32 GPL | |
33 | |
34 Maintainer: | |
35 Bruno Haible | |
36 |