ROSE
0.11.22.0
|
Stringification.
Functions | |
const char * | template_instantiation_enum (int64_t) |
Convert SgProject::template_instantiation_enum enum constant to a string. More... | |
std::string | template_instantiation_enum (int64_t, const std::string &strip) |
Convert SgProject::template_instantiation_enum enum constant to a string. More... | |
const std::vector< int64_t > & | template_instantiation_enum () |
Return all SgProject::template_instantiation_enum member values as a vector. More... | |
const char * stringify::SgProject::template_instantiation_enum | ( | int64_t | i | ) |
Convert SgProject::template_instantiation_enum enum constant to a string.
Definition at line 91007 of file stringify.C.
Referenced by template_instantiation_enum().
std::string stringify::SgProject::template_instantiation_enum | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert SgProject::template_instantiation_enum enum constant to a string.
Definition at line 91020 of file stringify.C.
References template_instantiation_enum().
const std::vector< int64_t > & stringify::SgProject::template_instantiation_enum | ( | ) |
Return all SgProject::template_instantiation_enum member values as a vector.
Definition at line 91029 of file stringify.C.