Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
op_parent_info_t Struct Reference

The context info used by visitors. More...

#include <hexrays.hpp>

Inheritance diagram for op_parent_info_t:
minsn_visitor_t mop_visitor_t

Public Member Functions

 op_parent_info_t (mba_t *_mba=nullptr, mblock_t *_blk=nullptr, minsn_t *_topins=nullptr)
 
bool really_alloc () const
 

Public Attributes

mba_tmba
 
mblock_tblk
 
minsn_ttopins
 
minsn_tcurins
 

Detailed Description

The context info used by visitors.

Examples
hexrays_sample12.cpp.

Definition at line 2188 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ op_parent_info_t()

op_parent_info_t::op_parent_info_t ( mba_t _mba = nullptr,
mblock_t _blk = nullptr,
minsn_t _topins = nullptr 
)

Definition at line 2194 of file hexrays.hpp.

Member Data Documentation

◆ blk

mblock_t* op_parent_info_t::blk
Examples
hexrays_sample12.cpp.

Definition at line 2191 of file hexrays.hpp.

◆ curins

minsn_t* op_parent_info_t::curins

Definition at line 2193 of file hexrays.hpp.

◆ mba

mba_t* op_parent_info_t::mba
Examples
hexrays_sample12.cpp.

Definition at line 2190 of file hexrays.hpp.

◆ topins

minsn_t* op_parent_info_t::topins
Examples
hexrays_sample12.cpp.

Definition at line 2192 of file hexrays.hpp.