| 
    ROSE 0.11.145.357
    
   | 
 
Definition at line 326 of file CallGraphTraverse.h.


Public Member Functions | |
| TraverseCallGraphUnordered (SgIncidenceDirectedGraph *graph) | |
| void | traverse () | 
| virtual void | visit (const CGFunction *func)=0 | 
  Public Member Functions inherited from TraverseCallGraph | |
| TraverseCallGraph (SgIncidenceDirectedGraph *graph) | |
| const CGFunction * | getFunc (SgFunctionDeclaration *decl) | 
| const CGFunction * | getFunc (const Function &func) | 
Additional Inherited Members | |
  Protected Attributes inherited from TraverseCallGraph | |
| SgIncidenceDirectedGraph * | graph | 
| std::set< CGFunction > | functions | 
| std::map< const CGFunction *, int > | numCallers | 
| std::set< const CGFunction * > | noPred |