LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fwd.hh File Reference

Intermediate representation: all the forward declarations. More...

#include <list>
#include <misc/fwd.hh>
#include <misc/ref.hh>
Include dependency graph for fwd.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tree
 (Low/High) intermediate code.

Macros

#define DECLARE(What)

Typedefs

typedef std::list< rTree > tree::tree_list_type
typedef GenVisitor
< misc::constify_traits
tree::ConstVisitor
 Readonly visitor.
typedef GenVisitor
< misc::id_traits
tree::Visitor
 Read-write visitor.

Detailed Description

Intermediate representation: all the forward declarations.

Macro Definition Documentation

#define DECLARE (   What)
Value:
class What; \
typedef misc::ref< What > r ## What;