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

Operand locator. More...

#include <hexrays.hpp>

Inheritance diagram for operand_locator_t:
mnumber_t

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ operand_locator_t()

operand_locator_t::operand_locator_t ( ea_t _ea,
int _opnum )
inline

Member Function Documentation

◆ DECLARE_COMPARISONS()

operand_locator_t::DECLARE_COMPARISONS ( operand_locator_t )

Member Data Documentation

◆ ea

ea_t operand_locator_t::ea

address of the original processor instruction

◆ opnum

int operand_locator_t::opnum

operand number in the instruction


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