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

Declare and define fundec graph. More...

#include <map>
#include <boost/graph/adjacency_list.hpp>
#include <misc/graph.hh>
#include <ast/function-dec.hh>
#include <callgraph/fundec-graph.hxx>
Include dependency graph for fundec-graph.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  callgraph::FundecGraph

Namespaces

namespace  callgraph
 Computing static link related information.

Typedefs

typedef FundecGraph callgraph::CallGraph
typedef boost::graph_traits
< FundecGraph >
::vertex_iterator 
callgraph::fundecgraph_vertex_iter_type
 Iterator on the vertices of a FundecGraph.
typedef boost::graph_traits
< FundecGraph >::edge_iterator 
callgraph::fundecgraph_edge_iter_type
 Iterator on the edges of a FundecGraph.
typedef boost::graph_traits
< FundecGraph >
::adjacency_iterator 
callgraph::fundecgraph_neighb_iter_type
 Iterator on the neighborhood of a vertex of a FundecGraph.
Aliases.

Iterator on the vertices of a CallGraph.

typedef
fundecgraph_vertex_iter_type 
callgraph::callgraph_vertex_iter_type
typedef
fundecgraph_neighb_iter_type 
callgraph::callgraph_neighb_iter_type
 Iterator on the neighborhood of a vertex of a CallGraph.

Detailed Description

Declare and define fundec graph.