ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Backstroke::CFG< CFGNodeFilter >::EdgeCopier Struct Reference

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
 

Detailed 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.

Constructor & Destructor Documentation

template<class CFGNodeFilter>
Backstroke::CFG< CFGNodeFilter >::EdgeCopier::EdgeCopier ( const CFG< CFGNodeFilter > &  g1,
CFG< CFGNodeFilter > &  g2 
)
inline

Definition at line 264 of file graphTemplate.h.

Member Function Documentation

template<class CFGNodeFilter>
void Backstroke::CFG< CFGNodeFilter >::EdgeCopier::operator() ( const Edge e1,
Edge e2 
) const
inline

Member Data Documentation

template<class CFGNodeFilter>
const CFG<CFGNodeFilter>& Backstroke::CFG< CFGNodeFilter >::EdgeCopier::cfg1
template<class CFGNodeFilter>
CFG<CFGNodeFilter>& Backstroke::CFG< CFGNodeFilter >::EdgeCopier::cfg2

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