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

Description

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

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

Definition at line 145 of file boostGraphCFG.h.

#include <midend/programAnalysis/staticSingleAssignment/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
 

Constructor & Destructor Documentation

◆ EdgeCopier()

template<class CFGNodeT , class CFGEdgeT >
ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::EdgeCopier ( const CFG< CFGNodeT, CFGEdgeT > &  g1,
CFG< CFGNodeT, CFGEdgeT > &  g2 
)
inline

Definition at line 147 of file boostGraphCFG.h.

Member Function Documentation

◆ operator()()

template<class CFGNodeT , class CFGEdgeT >
void ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::operator() ( const Edge e1,
Edge e2 
) const
inline

Definition at line 150 of file boostGraphCFG.h.

Member Data Documentation

◆ cfg1

template<class CFGNodeT , class CFGEdgeT >
const CFG<CFGNodeT, CFGEdgeT>& ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::cfg1

Definition at line 153 of file boostGraphCFG.h.

◆ cfg2

template<class CFGNodeT , class CFGEdgeT >
CFG<CFGNodeT, CFGEdgeT>& ssa_private::CFG< CFGNodeT, CFGEdgeT >::EdgeCopier::cfg2

Definition at line 154 of file boostGraphCFG.h.


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