C-Breeze
C Compiler Infrastructure

[ Project home page]

callgraph.h File Reference

#include "linker.h"
#include <set>

Go to the source code of this file.

Typedefs

typedef list< callGraphNode * > callgraph_edge_list
typedef callgraph_edge_list::iterator callgraph_edge_list_p
typedef callgraph_edge_list::const_iterator callgraph_edge_list_cp
typedef set< callGraphNode * > callgraph_node_set
typedef callgraph_node_set::iterator callgraph_node_set_p
typedef map< procNode *, callGraphNode * > callgraph_map
typedef callgraph_map::iterator callgraph_map_p


Typedef Documentation

typedef list< callGraphNode * > callgraph_edge_list
 

Definition at line 44 of file callgraph.h.

typedef callgraph_edge_list::const_iterator callgraph_edge_list_cp
 

Definition at line 48 of file callgraph.h.

typedef callgraph_edge_list::iterator callgraph_edge_list_p
 

Definition at line 47 of file callgraph.h.

typedef map< procNode *, callGraphNode *> callgraph_map
 

Definition at line 102 of file callgraph.h.

typedef callgraph_map::iterator callgraph_map_p
 

Definition at line 103 of file callgraph.h.

typedef set< callGraphNode * > callgraph_node_set
 

Definition at line 50 of file callgraph.h.

typedef callgraph_node_set::iterator callgraph_node_set_p
 

Definition at line 51 of file callgraph.h.


Generated on February 1, 2006
Back to the C-Breeze home page