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

Forward declarations of temp classes. More...

#include <misc/list.hh>
#include <misc/symbol.hh>
#include <misc/set.hh>
#include <misc/endomap.hh>
#include <misc/fwd.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  temp
 Managing Temp and Label.

Typedefs

typedef Identifier< temp_traits > temp::Temp
 Anonymous and named Temp.
typedef misc::endo_map< Temp > temp::TempMap
 Temp Map.
typedef misc::list< Temp > temp::temp_list_type
typedef misc::set< Temp > temp::temp_set_type
 A sorted set of Temp's.
typedef Identifier< label_traits > temp::Label
 Anonymous and named Label.
typedef misc::list< Label > temp::label_list_type

Detailed Description

Forward declarations of temp classes.