Struct dummyFilter#

Struct Documentation#

struct dummyFilter#

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

Public Types

using argument_type = SgFunctionDeclaration*#
using result_type = bool#

Public Functions

bool operator()(SgFunctionDeclaration *node) const#