ROSE
0.9.10.168
|
Stringification.
Functions | |
const char * | template_parameter_enum (long) |
Convert SgTemplateParameter::template_parameter_enum enum constant to a string. More... | |
std::string | template_parameter_enum (long, const std::string &strip) |
Convert SgTemplateParameter::template_parameter_enum enum constant to a string. More... | |
const std::vector< long > & | template_parameter_enum () |
Return all SgTemplateParameter::template_parameter_enum member values as a vector. More... | |
const char * stringify::SgTemplateParameter::template_parameter_enum | ( | long | i | ) |
Convert SgTemplateParameter::template_parameter_enum enum constant to a string.
Definition at line 49879 of file stringify.C.
Referenced by template_parameter_enum().
std::string stringify::SgTemplateParameter::template_parameter_enum | ( | long | i, |
const std::string & | strip | ||
) |
Convert SgTemplateParameter::template_parameter_enum enum constant to a string.
Definition at line 49889 of file stringify.C.
References template_parameter_enum().
const std::vector< long > & stringify::SgTemplateParameter::template_parameter_enum | ( | ) |
Return all SgTemplateParameter::template_parameter_enum member values as a vector.
Definition at line 49898 of file stringify.C.