LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fwd.hh
Go to the documentation of this file.
1 
6 #ifndef MISC_FWD_HH
7 # define MISC_FWD_HH
8 
9 namespace misc
10 {
11  // From file-library.hh.
12  class FileLibrary;
13 
14  // From list.hh.
15  template <class T_> class list;
16 
17  // From map.hh.
18  template <typename T, typename N> class Map;
19  // From endomap.hh.
20  template <typename T> class Endomap;
21 
22  // From ref.hh.
23  template <typename T> class ref;
24 
25  // From select-const.hh.
26  template <typename T> struct constify_traits;
27  template <typename T> struct id_traits;
28 
29  // From symbol.hh.
30  class symbol;
31 
32  // From xalloc.hh.
33  template <class StoredType> class xalloc;
34 
35  // From timer.hh
36  class Timer;
37 }
38 
39 #endif // !MISC_FWD_HH