]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/dictionary.hh
release: 1.0.1
[lilypond.git] / flower / include / dictionary.hh
index 11bb27329bbba3ca0590e00fef7fdf37aadf7495..b25fc84b49ac106368bb0d94eb288b66a4df993c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #include "string.hh"
 #include "assoc.hh"
 
+/**
+  UGH:  write a String_hash template, 
+
+  SEE:
+  
+       #include <search.h>
+
+       ENTRY *hsearch(ENTRY item, ACTION action);
+
+       int     hcreate (unsigned nel);
+
+       void    hdestroy (void);
+
+  (should be frobnified to allow multiple hashes)
+ */
 template<class T>
 class Dictionary : public Assoc<String, T>
 {