LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
array.hh
Go to the documentation of this file.
1 
5 #ifndef TYPE_ARRAY_HH
6 # define TYPE_ARRAY_HH
7 
8 # include <type/type.hh>
9 # include <type/fwd.hh>
10 
11 namespace type
12 {
13 
15  class Array : public Type
16  {
17  // FIXME: Some code was deleted here.
18  };
19 
20 
21 } // namespace type
22 
23 # include <type/array.hxx>
24 
25 #endif // !TYPE_ARRAY_HH