|
IDA C++ SDK 9.2
|
Same as string_info_t, plus the string reconstructed by the decompiler (set only when type == STRTYPE_DECOMP). More...
#include <strlist.hpp>
Public Member Functions | |
| string_info_ex_t (ea_t _ea=BADADDR) | |
| Public Member Functions inherited from string_info_t | |
| string_info_t (ea_t _ea=BADADDR) | |
| bool | operator< (const string_info_t &r) const |
Public Attributes | |
| qstring | decompiler_string |
| Public Attributes inherited from string_info_t | |
| ea_t | ea |
| int | length = 0 |
| int | type = 0 |
Same as string_info_t, plus the string reconstructed by the decompiler (set only when type == STRTYPE_DECOMP).
|
inline |
| qstring string_info_ex_t::decompiler_string |