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

Declaration of frame::Frame. More...

#include <iosfwd>
#include <temp/fwd.hh>
#include <frame/fwd.hh>
#include <temp/label.hh>
Include dependency graph for frame.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  frame::Frame
 Stack frame (or activation record) of a function. More...

Namespaces

namespace  frame
 Tools to describe activation blocks: Frame, Access.

Functions

std::ostream & frame::operator<< (std::ostream &o, const Frame &f)
 Report f on o for debugging purpose.

Detailed Description

Declaration of frame::Frame.