IDAPython 9.0
Loading...
Searching...
No Matches
cblock_pos_t Class Reference

Proxy of C++ cblock_pos_t class.

Inheritance diagram for cblock_pos_t:

Public Member Functions

"bool" is_first_insn (self)
 is_first_insn(self) -> bool
 
"cinsn_t *" insn (self)
 insn(self) -> cinsn_t
 
"cinsn_t *" prev_insn (self)
 prev_insn(self) -> cinsn_t
 
 __init__ (self)
 init(self) -> cblock_pos_t
 

Static Public Attributes

str blk = property(_ida_hexrays.cblock_pos_t_blk_get, _ida_hexrays.cblock_pos_t_blk_set, doc=)
 
str p = property(_ida_hexrays.cblock_pos_t_p_get, _ida_hexrays.cblock_pos_t_p_set, doc=)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ insn()

"cinsn_t *" insn ( self)

◆ is_first_insn()

"bool" is_first_insn ( self)

◆ prev_insn()

"cinsn_t *" prev_insn ( self)

Member Data Documentation

◆ blk

str blk = property(_ida_hexrays.cblock_pos_t_blk_get, _ida_hexrays.cblock_pos_t_blk_set, doc=)
static

◆ p

str p = property(_ida_hexrays.cblock_pos_t_p_get, _ida_hexrays.cblock_pos_t_p_set, doc=)
static

Property Documentation

◆ 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: