Code Listener  [unstable] git snapshot
Data Structures | Typedefs | Functions
CodeStorage::CallGraph Namespace Reference

Data Structures

struct  Node
 call-graph node (there is a 1:1 relation with Fnc, if the CG is built) More...
 
struct  Graph
 

Typedefs

typedef std::set< Node * > TNodeList
 

Functions

void buildCallGraph (const Storage &)
 
void plotGraph (const Storage &stor, const std::string &filename="callgraph")
 

Typedef Documentation

typedef std::set<Node *> TNodeList

Definition at line 844 of file storage.hh.

Function Documentation

void CodeStorage::CallGraph::buildCallGraph ( const Storage &  )
void CodeStorage::CallGraph::plotGraph ( const Storage &  stor,
const std::string &  filename = "callgraph" 
)