ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | kind_e (int64_t) |
Convert MDCG::Model::element_t::kind_e enum constant to a string. More... | |
std::string | kind_e (int64_t, const std::string &strip) |
Convert MDCG::Model::element_t::kind_e enum constant to a string. More... | |
const std::vector< int64_t > & | kind_e () |
Return all MDCG::Model::element_t::kind_e member values as a vector. More... | |
const char * stringify::MDCG::Model::element_t::kind_e | ( | int64_t | i | ) |
Convert MDCG::Model::element_t::kind_e enum constant to a string.
Definition at line 5239 of file stringify.C.
Referenced by kind_e().
std::string stringify::MDCG::Model::element_t::kind_e | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert MDCG::Model::element_t::kind_e enum constant to a string.
Definition at line 5246 of file stringify.C.
References kind_e().
const std::vector< int64_t > & stringify::MDCG::Model::element_t::kind_e | ( | ) |
Return all MDCG::Model::element_t::kind_e member values as a vector.
Definition at line 5255 of file stringify.C.