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

Fresh temporaries. More...

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

Go to the source code of this file.

Classes

struct  temp::temp_traits< misc::symbol >
struct  temp::temp_traits< unsigned >

Namespaces

namespace  temp
 Managing Temp and Label.
namespace  misc
 Handling of generic, oriented or undirected, graph.

Macros

#define MAYBE_EXTERN   extern

Functions

MAYBE_EXTERN template
std::ostream & 
temp::operator<< (std::ostream &ostr, const Identifier< temp_traits > &obj)
MAYBE_EXTERN template
std::ostream & 
misc::operator<< (std::ostream &ostr, const map< temp::Label, temp::Label > &m)
MAYBE_EXTERN template
std::ostream & 
misc::operator<< (std::ostream &ostr, const list< temp::Label > &l)
MAYBE_EXTERN template bool misc::operator% (const temp::Label &t, const list< temp::Label > &l)

Variables

MAYBE_EXTERN template class temp::Identifier< temp_traits >

Detailed Description

Fresh temporaries.

Macro Definition Documentation

#define MAYBE_EXTERN   extern