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

Navigation history item. More...

#include <hexrays.hpp>

Inheritance diagram for history_item_t:
ctext_position_t

Public Member Functions

 history_item_t (ea_t fea=BADADDR, ea_t cea=BADADDR, int _lnnum=-1, int _x=0, int _y=0)
 history_item_t (ea_t fea, ea_t cea, const ctext_position_t &p)
Public Member Functions inherited from ctext_position_t
bool in_ctree (int hdrlines) const
 Is the cursor in the variable/type declaration area?
 DECLARE_COMPARISONS (ctext_position_t)
 Comparison operators.
 ctext_position_t (int _lnnum=-1, int _x=0, int _y=0)

Public Attributes

ea_t func_ea
 The entry address of the decompiled function.
ea_t curr_ea
 Current address.
ea_t end = BADADDR
 BADADDR-decompile a function; otherwise end of the range.
Public Attributes inherited from ctext_position_t
int lnnum
 Line number.
int x
 x coordinate of the cursor within the window
int y
 y coordinate of the cursor within the window

Detailed Description

Navigation history item.

Holds information about interactive decompilation history. Currently this is not saved in the database.

Constructor & Destructor Documentation

◆ history_item_t() [1/2]

history_item_t::history_item_t ( ea_t fea = BADADDR,
ea_t cea = BADADDR,
int _lnnum = -1,
int _x = 0,
int _y = 0 )
inline

◆ history_item_t() [2/2]

history_item_t::history_item_t ( ea_t fea,
ea_t cea,
const ctext_position_t & p )
inline

Member Data Documentation

◆ func_ea

ea_t history_item_t::func_ea

The entry address of the decompiled function.

◆ curr_ea

ea_t history_item_t::curr_ea

Current address.

◆ end

ea_t history_item_t::end = BADADDR

BADADDR-decompile a function; otherwise end of the range.


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