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 TRANSLATE_FWD_HH
7 # define TRANSLATE_FWD_HH
8 
9 # include <list>
10 # include <misc/fwd.hh>
11 
12 namespace translate
13 {
14  // From level.hh.
15  class Level;
16 
17  // From access.hh.
18  class Access;
19  typedef std::list<const Access*> access_list_type;
20 
21  // From exp.hh.
22  class Exp;
23  typedef misc::ref<Exp> rExp;
24 }
25 
26 #endif // !TRANSLATE_FWD_HH