operand_locator_t Struct Reference

Operand locator. More...

List of all members.

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 instruction
int opnum
 operand number in the instruction

Detailed Description

Operand locator.

Examples:

hexrays_sample4.cpp.

Definition at line 71 of file hexrays.hpp.