ROSE 0.11.145.141
Public Member Functions | List of all members
Rose::BinaryAnalysis::ControlFlow::VertexFilter Class Referenceabstract

Description

Filter for vertices.

This class can be specialized in order to filter out vertices (SgAsmBlock or SgAsmInstruction depending on the type of the graph) that satisfy an arbitrary condition. See set_vertex_filter() for details.

Definition at line 202 of file ControlFlow.h.

#include <Rose/BinaryAnalysis/ControlFlow.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ ~VertexFilter()

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

Definition at line 204 of file ControlFlow.h.


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