ROSE 0.11.145.205
Public Member Functions | List of all members
Rose::BinaryAnalysis::ControlFlow::EdgeFilter Class Referenceabstract

Description

Filter for edges.

This class can be specialized in order to filter out certain edges that would otherwise make it into the control flow graph. See set_edge_filter() for details.

Definition at line 213 of file ControlFlow.h.

#include <Rose/BinaryAnalysis/ControlFlow.h>

Public Member Functions

virtual bool operator() (ControlFlow *, SgAsmNode *source, SgAsmNode *target)=0
 

Constructor & Destructor Documentation

◆ ~EdgeFilter()

virtual Rose::BinaryAnalysis::ControlFlow::EdgeFilter::~EdgeFilter ( )
inlinevirtual

Definition at line 215 of file ControlFlow.h.


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