Skip to content

VirtualCFG::FilteredCFGNode

Synopsis

Declared in <SageIII/virtualCFG/filteredCFG.h>

template<typename FilterFunction>
class FilteredCFGNode;

Member Functions

Name

Description

FilteredCFGNode [constructor]

Need a default constructor to use with graph wrappers. Underlying node will be invalid.

getIndex

getNode

id

inEdges

isInteresting

outEdges

setFilter

toNode

toString

toStringForDebugging

operator==

Equality operator

operator!=

Inequality operator

operator<

Less‐than operator

Private Data Members

Name

filter

n

Created with MrDocs