IDA C++ SDK 9.2
|
Exception object: decompiler failure information. More...
#include <hexrays.hpp>
Public Member Functions | |
hexrays_failure_t () | |
hexrays_failure_t (merror_t c, ea_t ea, const char *buf=nullptr) | |
hexrays_failure_t (merror_t c, ea_t ea, const qstring &buf) | |
qstring hexapi | desc () const |
Public Attributes | |
merror_t | code = MERR_OK |
Microcode error code | |
ea_t | errea = BADADDR |
associated address | |
qstring | str |
string information |
Exception object: decompiler failure information.
|
inline |
|
inline |
ea_t hexrays_failure_t::errea = BADADDR |
associated address
qstring hexrays_failure_t::str |
string information