ROSE
0.9.6a
|
This class is used to copy vertices when calling copy_graph(). More...
#include <graphTemplate.h>
Public Member Functions | |
VertexCopier (const CFG< CFGNodeFilter > &g1, CFG< CFGNodeFilter > &g2) | |
void | operator() (const Vertex &v1, Vertex &v2) const |
Public Attributes | |
const CFG< CFGNodeFilter > & | cfg1 |
CFG< CFGNodeFilter > & | cfg2 |
This class is used to copy vertices when calling copy_graph().
Definition at line 249 of file graphTemplate.h.
|
inline |
Definition at line 251 of file graphTemplate.h.
|
inline |
Definition at line 254 of file graphTemplate.h.
References Backstroke::CFG< CFGNodeFilter >::VertexCopier::cfg1, and Backstroke::CFG< CFGNodeFilter >::VertexCopier::cfg2.
const CFG<CFGNodeFilter>& Backstroke::CFG< CFGNodeFilter >::VertexCopier::cfg1 |
Definition at line 257 of file graphTemplate.h.
Referenced by Backstroke::CFG< CFGNodeFilter >::VertexCopier::operator()().
CFG<CFGNodeFilter>& Backstroke::CFG< CFGNodeFilter >::VertexCopier::cfg2 |
Definition at line 258 of file graphTemplate.h.
Referenced by Backstroke::CFG< CFGNodeFilter >::VertexCopier::operator()().