ROSE
0.9.10.164
|
Stringification.
Functions | |
const char * | an_array_kind (long) |
Convert an_array_type_wrapper::an_array_kind enum constant to a string. More... | |
std::string | an_array_kind (long, const std::string &strip) |
Convert an_array_type_wrapper::an_array_kind enum constant to a string. More... | |
const std::vector< long > & | an_array_kind () |
Return all an_array_type_wrapper::an_array_kind member values as a vector. More... | |
const char * stringify::an_array_type_wrapper::an_array_kind | ( | long | i | ) |
Convert an_array_type_wrapper::an_array_kind enum constant to a string.
Definition at line 15255 of file stringify.C.
Referenced by an_array_kind().
std::string stringify::an_array_type_wrapper::an_array_kind | ( | long | i, |
const std::string & | strip | ||
) |
Convert an_array_type_wrapper::an_array_kind enum constant to a string.
Definition at line 15265 of file stringify.C.
References an_array_kind().
const std::vector< long > & stringify::an_array_type_wrapper::an_array_kind | ( | ) |
Return all an_array_type_wrapper::an_array_kind member values as a vector.
Definition at line 15274 of file stringify.C.