IDAPython 8.4
Loading...
Searching...
No Matches
chain_visitor_t Class Reference

Proxy of C++ chain_visitor_t class.

Inheritance diagram for chain_visitor_t:

Public Member Functions

"int" visit_chain (self, *args)
 visit_chain(self, nblock, ch) -> int
 
 __init__ (self, *args)
 init(self) -> chain_visitor_t
 
 __disown__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 parent = property(_ida_hexrays.chain_visitor_t_parent_get, _ida_hexrays.chain_visitor_t_parent_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
selfPyObject *

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ visit_chain()

"int" visit_chain ( self,
* args )
Parameters
nblockint
chchain_t &

Property Documentation

◆ parent

parent = property(_ida_hexrays.chain_visitor_t_parent_get, _ida_hexrays.chain_visitor_t_parent_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

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