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