makeEdge
Utility function to make CFG Edges
Synopsis
Declared in <SageIII/virtualCFG/virtualCFG.h>
template<
class NodeT1,
class NodeT2,
class EdgeT>
void
makeEdge(
NodeT1 from,
NodeT2 to,
std::vector<EdgeT>& result);
Parameters
Name |
Description |
result |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs