SageBuilder::buildIntVal_nfi
Build an integer value expression by converting the string
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgIntVal*
buildIntVal_nfi(int value = 0);
Build an integer value expression by converting the string
[[visibility]]
SgIntVal*
buildIntVal_nfi(std::string const& str);
[[visibility]]
SgIntVal*
buildIntVal_nfi(
int value,
std::string const& str);
Created with MrDocs