IDA C++ SDK 9.2
Loading...
Searching...
No Matches
string_info_ex_t Struct Reference

Same as string_info_t, plus the string reconstructed by the decompiler (set only when type == STRTYPE_DECOMP). More...

#include <strlist.hpp>

Inheritance diagram for string_info_ex_t:
string_info_t

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

Detailed Description

Same as string_info_t, plus the string reconstructed by the decompiler (set only when type == STRTYPE_DECOMP).

Constructor & Destructor Documentation

◆ string_info_ex_t()

string_info_ex_t::string_info_ex_t ( ea_t _ea = BADADDR)
inline

Member Data Documentation

◆ decompiler_string

qstring string_info_ex_t::decompiler_string

The documentation for this struct was generated from the following file: