ROSE  0.11.145.0
Public Member Functions | Public Attributes | List of all members
ssa_private::CFG< CFGNodeT, CFGEdgeT >::VertexCopier Struct Reference

Description

template<class CFGNodeT, class CFGEdgeT>
struct ssa_private::CFG< CFGNodeT, CFGEdgeT >::VertexCopier

This class is used to copy vertices when calling copy_graph().

Definition at line 133 of file boostGraphCFG.h.

#include <midend/programAnalysis/staticSingleAssignment/boostGraphCFG.h>

Public Member Functions

 VertexCopier (const CFG< CFGNodeT, CFGEdgeT > &g1, CFG< CFGNodeT, CFGEdgeT > &g2)
 
void operator() (const Vertex &v1, Vertex &v2) const
 

Public Attributes

const CFG< CFGNodeT, CFGEdgeT > & cfg1
 
CFG< CFGNodeT, CFGEdgeT > & cfg2
 

The documentation for this struct was generated from the following file: