Skip to content

NameQuery::getFunction

getFunction overloads

Synopses

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

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

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

std::function<std::vector<std::string>(SgNode*, std::string)>
getFunction(TypeOfQueryTypeTwoParameters twoParam);

Created with MrDocs