ROSE
0.11.137.0
|
Stringification.
Functions | |
const char * | EdgeDirection (int64_t) |
Convert RIFG::EdgeDirection enum constant to a string. More... | |
std::string | EdgeDirection (int64_t, const std::string &strip) |
Convert RIFG::EdgeDirection enum constant to a string. More... | |
const std::vector< int64_t > & | EdgeDirection () |
Return all RIFG::EdgeDirection member values as a vector. More... | |
const char * | ForwardBackward (int64_t) |
Convert RIFG::ForwardBackward enum constant to a string. More... | |
std::string | ForwardBackward (int64_t, const std::string &strip) |
Convert RIFG::ForwardBackward enum constant to a string. More... | |
const std::vector< int64_t > & | ForwardBackward () |
Return all RIFG::ForwardBackward member values as a vector. More... | |
const char* stringify::RIFG::EdgeDirection | ( | int64_t | ) |
Convert RIFG::EdgeDirection enum constant to a string.
std::string stringify::RIFG::EdgeDirection | ( | int64_t | , |
const std::string & | strip | ||
) |
Convert RIFG::EdgeDirection enum constant to a string.
const std::vector<int64_t>& stringify::RIFG::EdgeDirection | ( | ) |
Return all RIFG::EdgeDirection member values as a vector.
const char* stringify::RIFG::ForwardBackward | ( | int64_t | ) |
Convert RIFG::ForwardBackward enum constant to a string.
std::string stringify::RIFG::ForwardBackward | ( | int64_t | , |
const std::string & | strip | ||
) |
Convert RIFG::ForwardBackward enum constant to a string.
const std::vector<int64_t>& stringify::RIFG::ForwardBackward | ( | ) |
Return all RIFG::ForwardBackward member values as a vector.