IDA C++ SDK 9.2
|
Holds (live) data about a location being displayed in a listing. More...
#include <kernwin.hpp>
Public Attributes | |
int | cb = sizeof(*this) |
const lochist_entry_t * | loc = nullptr |
const qstring * | text = nullptr |
const tagged_line_sections_t * | tagged_sections = nullptr |
Holds (live) data about a location being displayed in a listing.
Note that members of this type, are mere references to live data, and if you intend on consulting them for extended periods of time should should make a copy of them.
int listing_location_t::cb = sizeof(*this) |
const lochist_entry_t* listing_location_t::loc = nullptr |
const qstring* listing_location_t::text = nullptr |
const tagged_line_sections_t* listing_location_t::tagged_sections = nullptr |