From: fred Date: Sun, 24 Mar 2002 19:59:33 +0000 (+0000) Subject: lilypond-0.1.42 X-Git-Tag: release/1.5.59~3779 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=08c05b22c0f80b6e3ae4bd5a9d5f86a4b96c8908;p=lilypond.git lilypond-0.1.42 --- diff --git a/flower/include/dictionary.hh b/flower/include/dictionary.hh index 11bb27329b..87af9f9f7a 100644 --- a/flower/include/dictionary.hh +++ b/flower/include/dictionary.hh @@ -13,6 +13,21 @@ #include "string.hh" #include "assoc.hh" +/** + UGH: write a String_hash template, + + SEE: + + #include + + ENTRY *hsearch(ENTRY item, ACTION action); + + int hcreate (unsigned nel); + + void hdestroy (void); + + (should be frobnified to allow multiple hashes) + */ template class Dictionary : public Assoc {