|
ROSE 0.11.145.354
|
This class is used to copy vertices when calling copy_graph().
Definition at line 132 of file boostGraphCFG.h.
#include <midend/programAnalysis/staticSingleAssignment/boostGraphCFG.h>
Public Member Functions | |
| VertexCopier (const CFG< CFGNodeT, CFGEdgeT > &g1, CFG< CFGNodeT, CFGEdgeT > &g2) | |
| void | operator() (const Vertex &v1, Vertex &v2) const |
Public Attributes | |
| const CFG< CFGNodeT, CFGEdgeT > & | cfg1 |
| CFG< CFGNodeT, CFGEdgeT > & | cfg2 |
|
inline |
Definition at line 134 of file boostGraphCFG.h.
|
inline |
Definition at line 137 of file boostGraphCFG.h.
| const CFG<CFGNodeT, CFGEdgeT>& ssa_private::CFG< CFGNodeT, CFGEdgeT >::VertexCopier::cfg1 |
Definition at line 140 of file boostGraphCFG.h.
| CFG<CFGNodeT, CFGEdgeT>& ssa_private::CFG< CFGNodeT, CFGEdgeT >::VertexCopier::cfg2 |
Definition at line 141 of file boostGraphCFG.h.