#include <callgraph.h>
Inheritance diagram for callGraph::

Public Methods | |
| callGraph (procNode *root, Linker &linker) | |
| ~callGraph () | |
| virtual void | at_id (idNode *the_id, Order ord) |
| callGraphNode * | lookup (procNode *proc) |
| void | show_all_contexts () |
Private Methods | |
| void | show_all_contexts (callGraphNode *cur, callgraph_edge_list &stack, int &count) |
Private Attributes | |
| callgraph_map | _callgraph |
| procNode * | _root |
| Linker & | _linker |
| callGraphNode * | _current |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Walker. |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001