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