ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | State (int64_t) |
Convert Rose::BinaryAnalysis::Strings::State enum constant to a string. More... | |
std::string | State (int64_t, const std::string &strip) |
Convert Rose::BinaryAnalysis::Strings::State enum constant to a string. More... | |
const std::vector< int64_t > & | State () |
Return all Rose::BinaryAnalysis::Strings::State member values as a vector. More... | |
const char * stringify::Rose::BinaryAnalysis::Strings::State | ( | int64_t | i | ) |
Convert Rose::BinaryAnalysis::Strings::State enum constant to a string.
Definition at line 2751 of file stringify.C.
Referenced by State().
std::string stringify::Rose::BinaryAnalysis::Strings::State | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert Rose::BinaryAnalysis::Strings::State enum constant to a string.
Definition at line 2765 of file stringify.C.
References State().
const std::vector< int64_t > & stringify::Rose::BinaryAnalysis::Strings::State | ( | ) |
Return all Rose::BinaryAnalysis::Strings::State member values as a vector.
Definition at line 2774 of file stringify.C.