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

Description

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

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

Definition at line 249 of file graphTemplate.h.

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

Constructor & Destructor Documentation

◆ VertexCopier()

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

Definition at line 251 of file graphTemplate.h.

Member Function Documentation

◆ operator()()

template<class CFGNodeFilter >
void Backstroke::CFG< CFGNodeFilter >::VertexCopier::operator() ( const Vertex v1,
Vertex v2 
) const
inline

Definition at line 254 of file graphTemplate.h.

Member Data Documentation

◆ cfg1

template<class CFGNodeFilter >
const CFG<CFGNodeFilter>& Backstroke::CFG< CFGNodeFilter >::VertexCopier::cfg1

Definition at line 257 of file graphTemplate.h.

◆ cfg2

template<class CFGNodeFilter >
CFG<CFGNodeFilter>& Backstroke::CFG< CFGNodeFilter >::VertexCopier::cfg2

Definition at line 258 of file graphTemplate.h.


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