ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | Type (int64_t) |
Convert QNFADefinition::PMatch::Type enum constant to a string. More... | |
std::string | Type (int64_t, const std::string &strip) |
Convert QNFADefinition::PMatch::Type enum constant to a string. More... | |
const std::vector< int64_t > & | Type () |
Return all QNFADefinition::PMatch::Type member values as a vector. More... | |
const char * stringify::QNFADefinition::PMatch::Type | ( | int64_t | i | ) |
Convert QNFADefinition::PMatch::Type enum constant to a string.
Definition at line 7781 of file stringify.C.
Referenced by Type().
std::string stringify::QNFADefinition::PMatch::Type | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert QNFADefinition::PMatch::Type enum constant to a string.
Definition at line 7790 of file stringify.C.
References Type().
const std::vector< int64_t > & stringify::QNFADefinition::PMatch::Type | ( | ) |
Return all QNFADefinition::PMatch::Type member values as a vector.
Definition at line 7799 of file stringify.C.