mlist_mop_visitor_t Struct Referenceabstract
Public Member Functions | |
virtual int | visit_mop (mop_t *op)=0 |
Public Attributes | |
minsn_t * | topins |
minsn_t * | curins |
bool | changed |
mlist_t * | list |
Detailed Description
Definition at line 2236 of file hexrays.hpp.
Constructor & Destructor Documentation
◆ mlist_mop_visitor_t()
mlist_mop_visitor_t::mlist_mop_visitor_t | ( | void | ) |
Definition at line 2242 of file hexrays.hpp.
Member Data Documentation
◆ changed
bool mlist_mop_visitor_t::changed |
Definition at line 2240 of file hexrays.hpp.
◆ curins
minsn_t* mlist_mop_visitor_t::curins |
Definition at line 2239 of file hexrays.hpp.
◆ list
mlist_t* mlist_mop_visitor_t::list |
Definition at line 2241 of file hexrays.hpp.
◆ topins
minsn_t* mlist_mop_visitor_t::topins |
Definition at line 2238 of file hexrays.hpp.