Skip to content

NumberQuery::getFunction

getFunction overloads

Synopses

Declared in <src/midend/astQuery/numberQuery.h>

  • The function std::function<NumberQuerySynthesizedAttributeType(SgNode *)>getFunction(TypeOfQueryTypeOneParameter oneParam); will return a functorwrapping the pre‐implemented function for TypeOfQueryTypeOneParameter.

  • The function std::function<NumberQuerySynthesizedAttributeType(SgNode *, std::string)> getFunction(TypeOfQueryTypeTwoParameters twoParam); will return a functor wrapping the pre‐implemented function forTypeOfQueryTypeTwoParameters.

Created with MrDocs