ROSE
0.9.6a
|
This class is used to copy vertices when calling copy_graph(). More...
#include <cong_staticCFG.h>
Public Member Functions | |
VertexCopier (const ControlFlowGraph &g1, ControlFlowGraph &g2) | |
void | operator() (const Vertex &v1, Vertex &v2) const |
Public Attributes | |
const ControlFlowGraph & | cfg1 |
ControlFlowGraph & | cfg2 |
This class is used to copy vertices when calling copy_graph().
Definition at line 183 of file cong_staticCFG.h.
|
inline |
Definition at line 185 of file cong_staticCFG.h.
|
inline |
Definition at line 188 of file cong_staticCFG.h.
const ControlFlowGraph& StaticCFG::ControlFlowGraph::VertexCopier::cfg1 |
Definition at line 191 of file cong_staticCFG.h.
Referenced by operator()().
ControlFlowGraph& StaticCFG::ControlFlowGraph::VertexCopier::cfg2 |
Definition at line 192 of file cong_staticCFG.h.
Referenced by operator()().