summaryrefslogtreecommitdiff
path: root/modules/list-c++
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-02-02 18:59:00 +0100
committerBruno Haible <bruno@clisp.org>2020-02-02 18:59:00 +0100
commitbd0908412877c65f675202a3a88ee4cc42e3c8b6 (patch)
tree78c5584392fccafa8df52c29aad6fe4fdf71e528 /modules/list-c++
parent3801e9bb67b733b5e5fabec1362b9e8b99cacc73 (diff)
downloadgnulib-bd0908412877c65f675202a3a88ee4cc42e3c8b6.tar.gz
list-c++: New module.
* lib/gl_list.hh: New file, based on lib/gl_list.h. * modules/list-c++: New file.
Diffstat (limited to 'modules/list-c++')
-rw-r--r--modules/list-c++22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/list-c++ b/modules/list-c++
new file mode 100644
index 0000000000..a3c8b0a5c3
--- /dev/null
+++ b/modules/list-c++
@@ -0,0 +1,22 @@
+Description:
+Abstract sequential list data type as a C++ class.
+
+Files:
+lib/gl_list.hh
+
+Depends-on:
+xlist
+xsublist
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+"gl_list.hh"
+
+License:
+GPL
+
+Maintainer:
+all