Skip to content

VirtualCFG::printNodePlusEdges

Print out a node plus all its outgoing edges

Synopsis

Declared in <SageIII/virtualCFG/filteredCFGImpl.h>

template<
    typename NodeT,
    typename EdgeT>
void
printNodePlusEdges(
    std::ostream& o,
    NodeT n);

Created with MrDocs