#include "linker.h"
#include <set>
Go to the source code of this file.
Compounds | |
class | callGraph |
class | callGraphNode |
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|