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

Generic ctree item locator. More...

#include <hexrays.hpp>

Public Member Functions

 citem_locator_t ()=delete
 citem_locator_t (ea_t _ea, ctype_t _op)
 citem_locator_t (const citem_t *i)
 DECLARE_COMPARISONS (citem_locator_t)

Public Attributes

ea_t ea
 citem address
ctype_t op
 citem operation

Detailed Description

Generic ctree item locator.

It can be used for instructions and some expression types. However, we need more precise locators for other items (e.g. for numbers)

Constructor & Destructor Documentation

◆ citem_locator_t() [1/3]

citem_locator_t::citem_locator_t ( )
delete

◆ citem_locator_t() [2/3]

citem_locator_t::citem_locator_t ( ea_t _ea,
ctype_t _op )
inline

◆ citem_locator_t() [3/3]

citem_locator_t::citem_locator_t ( const citem_t * i)
inline

Member Function Documentation

◆ DECLARE_COMPARISONS()

citem_locator_t::DECLARE_COMPARISONS ( citem_locator_t )

Member Data Documentation

◆ ea

ea_t citem_locator_t::ea

citem address

◆ op

ctype_t citem_locator_t::op

citem operation


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