IDA C++ SDK 9.2
Loading...
Searching...
No Matches
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)
virtual ~op_parent_info_t ()
 HEXRAYS_MEMORY_ALLOCATION_FUNCS () bool really_alloc() const

Public Attributes

mba_tmba
mblock_tblk
minsn_ttopins
minsn_tcurins

Detailed Description

The context info used by visitors.

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 )
inline

◆ ~op_parent_info_t()

virtual op_parent_info_t::~op_parent_info_t ( )
inlinevirtual

Member Function Documentation

◆ HEXRAYS_MEMORY_ALLOCATION_FUNCS()

op_parent_info_t::HEXRAYS_MEMORY_ALLOCATION_FUNCS ( ) const

Member Data Documentation

◆ mba

mba_t* op_parent_info_t::mba

◆ blk

mblock_t* op_parent_info_t::blk

◆ topins

minsn_t* op_parent_info_t::topins

◆ curins

minsn_t* op_parent_info_t::curins

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