Module ida_hexrays :: Class mlist_mop_visitor_t
[frames] | no frames]

Class mlist_mop_visitor_t

object --+
         |
        mlist_mop_visitor_t

Proxy of C++ mlist_mop_visitor_t class.

Instance Methods
 
__disown__(self)
mlist_mop_visitor_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
int
visit_mop(self, op)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  changed
mlist_mop_visitor_t_changed_get(self) -> bool
  curins
mlist_mop_visitor_t_curins_get(self) -> minsn_t
  list
mlist_mop_visitor_t_list_get(self) -> mlist_t
  thisown
The membership flag
  topins
mlist_mop_visitor_t_topins_get(self) -> minsn_t

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: mlist_mop_visitor_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

changed

mlist_mop_visitor_t_changed_get(self) -> bool

Get Method:
unreachable.mlist_mop_visitor_t_changed_get(self)
Set Method:
unreachable.mlist_mop_visitor_t_changed_set(self, changed)

curins

mlist_mop_visitor_t_curins_get(self) -> minsn_t

Get Method:
unreachable.mlist_mop_visitor_t_curins_get(self)
Set Method:
unreachable.mlist_mop_visitor_t_curins_set(self, curins)

list

mlist_mop_visitor_t_list_get(self) -> mlist_t

Get Method:
unreachable.mlist_mop_visitor_t_list_get(self)
Set Method:
unreachable.mlist_mop_visitor_t_list_set(self, list)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

topins

mlist_mop_visitor_t_topins_get(self) -> minsn_t

Get Method:
unreachable.mlist_mop_visitor_t_topins_get(self)
Set Method:
unreachable.mlist_mop_visitor_t_topins_set(self, topins)