]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/dictionary.hh
release: 0.1.42
[lilypond.git] / flower / include / dictionary.hh
index 11bb27329bbba3ca0590e00fef7fdf37aadf7495..87af9f9f7ae2ede0fefb692f4dd715a6c01e689e 100644 (file)
 #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>
 {