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