Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

vcgCCGWalker Class Reference

Inheritance diagram for vcgCCGWalker::

vcgWalker Walker List of all members.

Public Methods

 vcgCCGWalker (ostream &ostr, const string &comment, string excludefilename)
virtual ~vcgCCGWalker (void)

Private Types

typedef map< procNode *, node_listedge_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
procNodecurrent_proc
string current_proc_name
edge_map edges

Member Typedef Documentation

typedef map<procNode*,node_list> vcgCCGWalker::edge_map [private]
 


Constructor & Destructor Documentation

vcgCCGWalker::vcgCCGWalker ostream &    ostr,
const string &    comment,
string    excludefilename
[inline]
 

virtual vcgCCGWalker::~vcgCCGWalker void    [inline, virtual]
 


Member Function Documentation

void vcgCCGWalker::at_call callNode   call,
Order    ord
[inline, private, virtual]
 

Reimplemented from Walker.

void vcgCCGWalker::at_proc procNode   proc,
Order    ord
[inline, private, virtual]
 

Reimplemented from vcgWalker.

string vcgCCGWalker::node_label Node   n [inline, private]
 

string vcgCCGWalker::node_name Node   n [inline, private]
 

string vcgCCGWalker::node_title Node   n [inline, private]
 

void vcgCCGWalker::print_edge procNode   from,
procNode   to,
callNode   call
[inline, private]
 

void vcgCCGWalker::print_node callNode   c [inline, private]
 

void vcgCCGWalker::print_node procNode   n [inline, private]
 


Member Data Documentation

procNode* vcgCCGWalker::current_proc [private]
 

string vcgCCGWalker::current_proc_name [private]
 

edge_map vcgCCGWalker::edges [private]
 

node_list vcgCCGWalker::nodes [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Jan 10 12:06:36 2002 for C-Breeze by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001