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

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 qstringtext = nullptr
const tagged_line_sections_ttagged_sections = nullptr

Detailed Description

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.

Member Data Documentation

◆ cb

int listing_location_t::cb = sizeof(*this)

◆ loc

const lochist_entry_t* listing_location_t::loc = nullptr

◆ text

const qstring* listing_location_t::text = nullptr

◆ tagged_sections

const tagged_line_sections_t* listing_location_t::tagged_sections = nullptr

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