ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | PaintMode (int64_t) |
Convert DisplayEdge::PaintMode enum constant to a string. More... | |
std::string | PaintMode (int64_t, const std::string &strip) |
Convert DisplayEdge::PaintMode enum constant to a string. More... | |
const std::vector< int64_t > & | PaintMode () |
Return all DisplayEdge::PaintMode member values as a vector. More... | |
const char * stringify::DisplayEdge::PaintMode | ( | int64_t | i | ) |
Convert DisplayEdge::PaintMode enum constant to a string.
Definition at line 8311 of file stringify.C.
Referenced by PaintMode().
std::string stringify::DisplayEdge::PaintMode | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert DisplayEdge::PaintMode enum constant to a string.
Definition at line 8321 of file stringify.C.
References PaintMode().
const std::vector< int64_t > & stringify::DisplayEdge::PaintMode | ( | ) |
Return all DisplayEdge::PaintMode member values as a vector.
Definition at line 8330 of file stringify.C.