ROSE
0.9.6a
|
This class is used to copy edges when calling copy_graph(). More...
#include <graphTemplate.h>
Public Member Functions | |
EdgeCopier (const CFG< CFGNodeFilter > &g1, CFG< CFGNodeFilter > &g2) | |
void | operator() (const Edge &e1, Edge &e2) const |
Public Attributes | |
const CFG< CFGNodeFilter > & | cfg1 |
CFG< CFGNodeFilter > & | cfg2 |
This class is used to copy edges when calling copy_graph().
Definition at line 262 of file graphTemplate.h.
|
inline |
Definition at line 264 of file graphTemplate.h.
|
inline |
Definition at line 267 of file graphTemplate.h.
References Backstroke::CFG< CFGNodeFilter >::EdgeCopier::cfg1, and Backstroke::CFG< CFGNodeFilter >::EdgeCopier::cfg2.
const CFG<CFGNodeFilter>& Backstroke::CFG< CFGNodeFilter >::EdgeCopier::cfg1 |
Definition at line 270 of file graphTemplate.h.
Referenced by Backstroke::CFG< CFGNodeFilter >::EdgeCopier::operator()().
CFG<CFGNodeFilter>& Backstroke::CFG< CFGNodeFilter >::EdgeCopier::cfg2 |
Definition at line 271 of file graphTemplate.h.
Referenced by Backstroke::CFG< CFGNodeFilter >::EdgeCopier::operator()().