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.
std::function<NumberQuerySynthesizedAttributeType(SgNode*)>
getFunction(TypeOfQueryTypeOneParameter oneParam);
-
The function std::function<NumberQuerySynthesizedAttributeType(SgNode *, std::string)> getFunction(TypeOfQueryTypeTwoParameters twoParam); will return a functor wrapping the pre‐implemented function forTypeOfQueryTypeTwoParameters.
std::function<NumberQuerySynthesizedAttributeType(SgNode*, std::string)>
getFunction(TypeOfQueryTypeTwoParameters twoParam);
Created with MrDocs