NodeQuery::getFunction
getFunction overloads
Synopses
Declared in <src/midend/astQuery/nodeQuery.h>
-
The function std::function<Rose_STL_Container<SgNode*>(SgNode *)>getFunction(TypeOfQueryTypeOneParameter oneParam); will return a functorwrapping the pre‐implemented function for TypeOfQueryTypeOneParameter.
std::function<std::vector<SgNode*>(SgNode*)>
getFunction(TypeOfQueryTypeOneParameter oneParam);
-
The function std::function<Rose_STL_Container<SgNode*>(SgNode *, SgNode *)> getFunction(TypeOfQueryTypeTwoParameters twoParam); will return a functor wrapping the pre‐implemented function forTypeOfQueryTypeTwoParameters.
std::function<std::vector<SgNode*>(SgNode*, SgNode*)>
getFunction(TypeOfQueryTypeTwoParameters twoParam);
Created with MrDocs