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

Declaration of overload::Binder. More...

#include <map>
#include <list>
#include <bind/binder.hh>
#include <overload/over-table.hh>
Include dependency graph for binder.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  overload::Binder
 Computing bindings with support for overloaded functions. More...

Namespaces

namespace  overload
 Perform type checking, allowing function overloading.

Typedefs

typedef std::map< ast::CallExp
*, std::list< ast::FunctionDec * > > 
overload::overfun_bindings_type
 Type of the dictionary of potential function bindings.

Detailed Description

Declaration of overload::Binder.