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
mlist_mop_visitor_t Struct Referenceabstract

Public Member Functions

virtual int visit_mop (mop_t *op)=0
 

Public Attributes

minsn_ttopins = nullptr
 
minsn_tcurins = nullptr
 
bool changed = false
 
mlist_tlist = nullptr
 

Detailed Description

Definition at line 2241 of file hexrays.hpp.

Member Data Documentation

◆ changed

bool mlist_mop_visitor_t::changed = false

Definition at line 2245 of file hexrays.hpp.

◆ curins

minsn_t* mlist_mop_visitor_t::curins = nullptr

Definition at line 2244 of file hexrays.hpp.

◆ list

mlist_t* mlist_mop_visitor_t::list = nullptr

Definition at line 2246 of file hexrays.hpp.

◆ topins

minsn_t* mlist_mop_visitor_t::topins = nullptr

Definition at line 2243 of file hexrays.hpp.