]> git.donarmstrong.com Git - lilypond.git/blob - flower/include/dictionary.hh
release: 0.1.13
[lilypond.git] / flower / include / dictionary.hh
1 /*
2   dictionary.hh -- declare Dictionary
3
4   source file of the Flower Library
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef DICTIONARY_HH
11 #define DICTIONARY_HH
12
13 #include "string.hh"
14 #include "assoc.hh"
15
16 template<class T>
17 class Dictionary : public Assoc<String, T>
18 {
19 public:
20   
21 };
22
23 #endif // DICTIONARY_HH