VirtualCFG::CFGPath::getEdges
Returns the edges in the path, starting at the source and ending at the target
Synopsis
Declared in <SageIII/virtualCFG/virtualCFG.h>
std::vector<CFGEdge> const&
getEdges() const;
Return Value
A standard container which offers fixed time access to individual elements in any order.
Created with MrDocs