ROSE
0.11.21.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 | i | ) |
Convert CodeThorn::LabelProperty::LabelType enum constant to a string.
Definition at line 6039 of file stringify.C.
Referenced by LabelType().
std::string stringify::CodeThorn::LabelProperty::LabelType | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert CodeThorn::LabelProperty::LabelType enum constant to a string.
Definition at line 6058 of file stringify.C.
References LabelType().
const std::vector< int64_t > & stringify::CodeThorn::LabelProperty::LabelType | ( | ) |
Return all CodeThorn::LabelProperty::LabelType member values as a vector.
Definition at line 6067 of file stringify.C.
const char * stringify::CodeThorn::LabelProperty::IOType | ( | int64_t | i | ) |
Convert CodeThorn::LabelProperty::IOType enum constant to a string.
Definition at line 6111 of file stringify.C.
Referenced by IOType().
std::string stringify::CodeThorn::LabelProperty::IOType | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert CodeThorn::LabelProperty::IOType enum constant to a string.
Definition at line 6122 of file stringify.C.
References IOType().
const std::vector< int64_t > & stringify::CodeThorn::LabelProperty::IOType | ( | ) |
Return all CodeThorn::LabelProperty::IOType member values as a vector.
Definition at line 6131 of file stringify.C.