ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | Type (int64_t) |
Convert Rose::BinaryAnalysis::HotPatch::Record::Type enum constant to a string. More... | |
std::string | Type (int64_t, const std::string &strip) |
Convert Rose::BinaryAnalysis::HotPatch::Record::Type enum constant to a string. More... | |
const std::vector< int64_t > & | Type () |
Return all Rose::BinaryAnalysis::HotPatch::Record::Type member values as a vector. More... | |
const char * | Behavior (int64_t) |
Convert Rose::BinaryAnalysis::HotPatch::Record::Behavior enum constant to a string. More... | |
std::string | Behavior (int64_t, const std::string &strip) |
Convert Rose::BinaryAnalysis::HotPatch::Record::Behavior enum constant to a string. More... | |
const std::vector< int64_t > & | Behavior () |
Return all Rose::BinaryAnalysis::HotPatch::Record::Behavior member values as a vector. More... | |
const char * stringify::Rose::BinaryAnalysis::HotPatch::Record::Type | ( | int64_t | i | ) |
Convert Rose::BinaryAnalysis::HotPatch::Record::Type enum constant to a string.
Definition at line 2651 of file stringify.C.
Referenced by Type().
std::string stringify::Rose::BinaryAnalysis::HotPatch::Record::Type | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert Rose::BinaryAnalysis::HotPatch::Record::Type enum constant to a string.
Definition at line 2659 of file stringify.C.
References Type().
const std::vector< int64_t > & stringify::Rose::BinaryAnalysis::HotPatch::Record::Type | ( | ) |
Return all Rose::BinaryAnalysis::HotPatch::Record::Type member values as a vector.
Definition at line 2668 of file stringify.C.
const char * stringify::Rose::BinaryAnalysis::HotPatch::Record::Behavior | ( | int64_t | i | ) |
Convert Rose::BinaryAnalysis::HotPatch::Record::Behavior enum constant to a string.
Definition at line 2701 of file stringify.C.
Referenced by Behavior().
std::string stringify::Rose::BinaryAnalysis::HotPatch::Record::Behavior | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert Rose::BinaryAnalysis::HotPatch::Record::Behavior enum constant to a string.
Definition at line 2709 of file stringify.C.
References Behavior().
const std::vector< int64_t > & stringify::Rose::BinaryAnalysis::HotPatch::Record::Behavior | ( | ) |
Return all Rose::BinaryAnalysis::HotPatch::Record::Behavior member values as a vector.
Definition at line 2718 of file stringify.C.