ROSE
0.9.6a
|
This class is used to copy edges when calling copy_graph(). More...
#include <cong_staticCFG.h>
Public Member Functions | |
EdgeCopier (const ControlFlowGraph &g1, ControlFlowGraph &g2) | |
void | operator() (const Edge &e1, Edge &e2) const |
Public Attributes | |
const ControlFlowGraph & | cfg1 |
ControlFlowGraph & | cfg2 |
This class is used to copy edges when calling copy_graph().
Definition at line 196 of file cong_staticCFG.h.
|
inline |
Definition at line 198 of file cong_staticCFG.h.
|
inline |
Definition at line 201 of file cong_staticCFG.h.
const ControlFlowGraph& StaticCFG::ControlFlowGraph::EdgeCopier::cfg1 |
Definition at line 204 of file cong_staticCFG.h.
Referenced by operator()().
ControlFlowGraph& StaticCFG::ControlFlowGraph::EdgeCopier::cfg2 |
Definition at line 205 of file cong_staticCFG.h.
Referenced by operator()().