IDA C++ SDK 9.2
|
Navigation history item. More...
#include <hexrays.hpp>
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 |
Navigation history item.
Holds information about interactive decompilation history. Currently this is not saved in the database.
|
inline |
|
inline |
ea_t history_item_t::func_ea |
The entry address of the decompiled function.
ea_t history_item_t::curr_ea |
Current address.
ea_t history_item_t::end = BADADDR |
BADADDR-decompile a function; otherwise end of the range.