]> git.donarmstrong.com Git - lilypond.git/blob - flower/fproto.hh
release: 0.0.17
[lilypond.git] / flower / fproto.hh
1 /*
2   fproto.hh -- typenames in flowerlib
3
4   (c) 1996 Han-Wen Nienhuys
5 */
6
7 #ifndef FPROTO_HH
8 #define FPROTO_HH
9
10 template<class T> struct svec;
11 template<class T> struct sstack;
12 template<class T,class K> struct Assoc;
13 template<class T> struct List;
14 template<class T> struct PointerList;
15 template<class T> struct IPointerList;
16 template<class T> struct Cursor;
17 template<class T> struct PCursor;
18 template<class T> struct Link;
19 template<class T> struct Handle ;
20 template<class T>struct Interval_t ;
21 #include "real.hh"
22
23 typedef Interval_t<Real> Interval;
24
25 struct Choleski_decomposition ;
26
27 struct long_option_init ;
28 struct Getopt_long ;
29 struct Matrix ;
30 struct StringData ;
31 struct String_handle ;
32 struct String;
33 struct virtual_smat ;
34 struct Vector  ;
35 class Text_stream;
36 class Data_file ;
37 struct Text_db;
38 struct Scalar;
39 #endif // FPROTO_HH
40