2 fflower-proto.hh -- typenames in flowerlib
4 (c) 1996--2007 Han-Wen Nienhuys
7 #ifndef FLOWER_PROTO_HH
8 #define FLOWER_PROTO_HH
10 char const *flower_version_str0 ();
12 typedef unsigned char Byte;
13 struct String_convert;
15 #include "std-string.hh"
20 template<class T> struct Interval_t;
21 template<class T> struct PQueue;
22 template<class T, class A> class Matrix;
24 typedef Interval_t<Real> Interval;
27 struct Long_option_init;
38 typedef unsigned char U8;
40 typedef unsigned short U16;
43 typedef long long I64;
47 struct Duration_iterator;
49 struct Binary_source_file;
52 struct Mapped_file_storage;
53 struct Simple_file_storage;
55 #endif /* FLOWER_PROTO_HH */