ROSE 0.11.145.134
|
Filter for edges.
This class can be specialized in order to filter out certain edges that would otherwise make it into the function call graph. See set_edge_filter() for details.
Definition at line 78 of file FunctionCall.h.
#include <Rose/BinaryAnalysis/FunctionCall.h>
Public Member Functions | |
virtual bool | operator() (FunctionCall *, SgAsmFunction *source, SgAsmFunction *target)=0 |
|
inlinevirtual |
Definition at line 80 of file FunctionCall.h.