ROSE
0.9.6a
|
This class is used to copy edges when calling copy_graph(). More...
#include <boostGraphCFG.h>
Public Member Functions | |
EdgeCopier (const CFG< CFGNodeT, CFGEdgeT > &g1, CFG< CFGNodeT, CFGEdgeT > &g2) | |
void | operator() (const Edge &e1, Edge &e2) const |
Public Attributes | |
const CFG< CFGNodeT, CFGEdgeT > & | cfg1 |
CFG< CFGNodeT, CFGEdgeT > & | cfg2 |
This class is used to copy edges when calling copy_graph().
Definition at line 142 of file boostGraphCFG.h.
|
inline |
Definition at line 144 of file boostGraphCFG.h.
|
inline |
Definition at line 147 of file boostGraphCFG.h.
References ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::cfg1, and ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::cfg2.
const CFG<CFGNodeT, CFGEdgeT>& ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::cfg1 |
Definition at line 150 of file boostGraphCFG.h.
Referenced by ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::operator()().
CFG<CFGNodeT, CFGEdgeT>& ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::cfg2 |
Definition at line 151 of file boostGraphCFG.h.
Referenced by ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::operator()().