IDA C++ SDK 9.2
|
Operand locator. More...
#include <hexrays.hpp>
Public Member Functions | |
operand_locator_t (ea_t _ea, int _opnum) | |
DECLARE_COMPARISONS (operand_locator_t) |
Public Attributes | |
ea_t | ea |
address of the original processor instruction | |
int | opnum |
operand number in the instruction |
Operand locator.
It is used to denote a particular operand in the ctree, for example, when the user right clicks on a constant and requests to represent it, say, as a hexadecimal number.
|
inline |
operand_locator_t::DECLARE_COMPARISONS | ( | operand_locator_t | ) |
ea_t operand_locator_t::ea |
address of the original processor instruction
int operand_locator_t::opnum |
operand number in the instruction