mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
37 lines
725 B
Plaintext
37 lines
725 B
Plaintext
Description:
|
|
Sequential list data type implemented by a hash table with a binary tree.
|
|
|
|
Files:
|
|
lib/gl_avltreehash_list.h
|
|
lib/gl_avltreehash_list.c
|
|
lib/gl_anyhash_list1.h
|
|
lib/gl_anyhash_list2.h
|
|
lib/gl_anyavltree_list1.h
|
|
lib/gl_anyavltree_list2.h
|
|
lib/gl_anytree_list1.h
|
|
lib/gl_anytree_list2.h
|
|
lib/gl_anytreehash_list1.h
|
|
lib/gl_anytreehash_list2.h
|
|
|
|
Depends-on:
|
|
list
|
|
avltree-oset
|
|
stdint
|
|
xalloc
|
|
xsize
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_avltreehash_list.h gl_avltreehash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anyavltree_list1.h gl_anyavltree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h
|
|
|
|
Include:
|
|
"gl_avltreehash_list.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|