ROSE 0.11.145.147
Public Types | Public Member Functions | List of all members
dummyFilter Struct Reference

Description

A function object to be used as a predicate to filter out functions in a call graph: it does not filter out anything.

Definition at line 131 of file CallGraph.h.

#include <midend/programAnalysis/CallGraphAnalysis/CallGraph.h>

Public Types

using result_type = bool
 

Public Member Functions

result_type operator() (SgFunctionDeclaration *node) const
 

Member Typedef Documentation

◆ result_type

using dummyFilter::result_type = bool

Definition at line 133 of file CallGraph.h.


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