ROSE
0.11.22.0
|
Stringification.
Functions | |
const char * | Index_type (int64_t) |
Convert AbstractMemoryObject::IndexSet::Index_type enum constant to a string. More... | |
std::string | Index_type (int64_t, const std::string &strip) |
Convert AbstractMemoryObject::IndexSet::Index_type enum constant to a string. More... | |
const std::vector< int64_t > & | Index_type () |
Return all AbstractMemoryObject::IndexSet::Index_type member values as a vector. More... | |
const char * stringify::AbstractMemoryObject::IndexSet::Index_type | ( | int64_t | i | ) |
Convert AbstractMemoryObject::IndexSet::Index_type enum constant to a string.
Definition at line 5127 of file stringify.C.
Referenced by Index_type().
std::string stringify::AbstractMemoryObject::IndexSet::Index_type | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert AbstractMemoryObject::IndexSet::Index_type enum constant to a string.
Definition at line 5135 of file stringify.C.
References Index_type().
const std::vector< int64_t > & stringify::AbstractMemoryObject::IndexSet::Index_type | ( | ) |
Return all AbstractMemoryObject::IndexSet::Index_type member values as a vector.
Definition at line 5144 of file stringify.C.