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

The class Type. More...

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

Go to the source code of this file.

Classes

class  type::Type
 Abstract a type. More...

Namespaces

namespace  type
 Type-checking an ast::Ast.

Functions

std::ostream & type::operator<< (std::ostream &ostr, const Type &t)
 Overload redirection operator for Type.
bool type::operator== (const Type &lhs, const Type &rhs)
 Compare two Type s.
bool type::operator!= (const Type &lhs, const Type &rhs)
 !(a == b).

Detailed Description

The class Type.