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