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