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

Proxy of C++ cloop_t class.

Inheritance diagram for cloop_t:
ceinsn_t cdo_t cfor_t cwhile_t

Public Member Functions

 __init__ (self, *args)
 init(self, b=None) -> cloop_t
 
"cloop_t &" assign (self, *args)
 assign(self, r) -> cloop_t
 
"void" cleanup (self, *args)
 cleanup(self)
 
- Public Member Functions inherited from ceinsn_t

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 body = property(_ida_hexrays.cloop_t_body_get, _ida_hexrays.cloop_t_body_set, doc=)
 
- Properties inherited from ceinsn_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 expr = property(_ida_hexrays.ceinsn_t_expr_get, _ida_hexrays.ceinsn_t_expr_set, doc=!)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
bcinsn_t *

init(self, r) -> cloop_t

Parameters
rcloop_t const &

Reimplemented from ceinsn_t.

Reimplemented in cdo_t, cfor_t, and cwhile_t.

Member Function Documentation

◆ assign()

"cloop_t &" assign ( self,
* args )
Parameters
rcloop_t const &

◆ cleanup()

"void" cleanup ( self,
* args )

Property Documentation

◆ body

body = property(_ida_hexrays.cloop_t_body_get, _ida_hexrays.cloop_t_body_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: