ROSE  0.11.145.0
Public Member Functions | Public Attributes | List of all members
Backstroke::CFG< CFGNodeFilter >::EdgeCopier Struct Reference

Description

template<class CFGNodeFilter>
struct Backstroke::CFG< CFGNodeFilter >::EdgeCopier

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

Definition at line 262 of file graphTemplate.h.

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

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