VirtualCFG::makeEdge
Utility function to make CFG Edges
Synopsis
Declared in <SageIII/virtualCFG/virtualCFG.h>
template<
class Node1T,
class Node2T,
class EdgeT>
void
makeEdge(
Node1T from,
Node2T 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