2 fproto.hh -- typenames in flowerlib
4 (c) 1996 Han-Wen Nienhuys
11 char const * flower_version_sz();
13 template<class T
> struct Link_array
;
14 template<class T
> struct Array
;
15 template<class T
> struct sstack
;
16 template<class T
,class K
> struct Assoc
;
17 template<class K
, class V
> struct Hash_table
;
18 template<class K
, class V
> struct Hash_table_iter
;
19 template<class T
> struct Dictionary_iter
;
20 template<class T
> struct Dictionary
;
21 template<class T
> struct Dictionary_iter
;
22 template<class T
> struct List
;
23 template<class T
> struct Link_list
;
24 template<class T
> struct Pointer_list
;
25 template<class T
> struct Cursor
;
26 template<class T
> struct PCursor
;
27 template<class T
> struct Link
;
28 template<class T
> struct Handle
;
29 template<class T
> struct Interval_t
;
30 template<class T
> struct PQueue
;
34 typedef Interval_t
<Real
> Interval
;
35 typedef Interval_t
<int> Slice
;
37 struct Choleski_decomposition
;
39 struct Long_option_init
;
41 struct Directed_graph_node
;
47 struct String_convert
;
49 struct Matrix_storage
;
56 #define Rational MyRational
67 typedef unsigned char U8
;
69 typedef unsigned short U16
;
72 typedef long long I64
;
74 typedef unsigned char Byte
;