Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
callGraphNode Class Referencenode in the call graph.
More...
#include <callgraph.h>
List of all members.
Detailed Description
node in the call graph.
Definition at line 55 of file callgraph.h.
Constructor & Destructor Documentation
callGraphNode::callGraphNode |
( |
procNode * |
proc |
) |
[inline] |
|
Member Function Documentation
void callGraphNode::add_edge |
( |
callGraphNode * |
to |
) |
|
|
procNode* callGraphNode::proc |
( |
|
) |
const [inline] |
|
int callGraphNode::times_called |
( |
|
) |
|
|
Member Data Documentation
procNode* callGraphNode::_proc [private]
|
|
int callGraphNode::_times_called [private]
|
|
The documentation for this class was generated from the following files:
|