Inheritance diagram for vcgCCGWalker::
Public Methods | |
vcgCCGWalker (ostream &ostr, const string &comment, string excludefilename) | |
virtual | ~vcgCCGWalker (void) |
Private Types | |
typedef map< procNode *, node_list > | edge_map |
Private Methods | |
void | at_proc (procNode *proc, Order ord) |
void | at_call (callNode *call, Order ord) |
void | print_node (procNode *n) |
void | print_node (callNode *c) |
void | print_edge (procNode *from, procNode *to, callNode *call) |
string | node_title (Node *n) |
string | node_label (Node *n) |
string | node_name (Node *n) |
Private Attributes | |
node_list | nodes |
procNode * | current_proc |
string | current_proc_name |
edge_map | edges |
|
|
|
|
|
|
|
Reimplemented from Walker. |
|
Reimplemented from vcgWalker. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|