Skip to content

SimpleDirectedGraph::_displayData

This virtual function can be overriden to control how data is presented by printGraph(). It defaults to simply outputting the data onto os.

Synopsis

Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/SimpleDirectedGraph.h>

virtual
void
_displayData(
    SimpleDirectedGraphNode* node,
    std::ostream& os);

Parameters

Name

Description

node

This is a node in the directed graph. All the connectivity information for the graph is captured in this (by way of the successor and predecessor sets).

Created with MrDocs