IDAPython 9.0
Loading...
Searching...
No Matches
ctry_t Class Reference
Inheritance diagram for ctry_t:
cblock_t cinsn_list_t

Public Member Functions

 __init__ (self, *args, **kwargs)
 
bool __eq__ (self, 'ctry_t' r)
 
bool __ne__ (self, 'ctry_t' r)
 
bool __lt__ (self, 'ctry_t' r)
 
bool __gt__ (self, 'ctry_t' r)
 
bool __le__ (self, 'ctry_t' r)
 
bool __ge__ (self, 'ctry_t' r)
 
int compare (self, 'ctry_t' r)
 
- Public Member Functions inherited from cblock_t
- Public Member Functions inherited from cinsn_list_t
None swap (self, 'cinsn_list_t' x)
 
bool empty (self)
 
'size_t' size (self)
 
'cinsn_t const &' front (self, *args)
 
'cinsn_t const &' back (self, *args)
 
'qlist< cinsn_t >::const_reverse_iterator' rbegin (self, *args)
 
'qlist< cinsn_t >::const_reverse_iterator' rend (self, *args)
 
None push_front (self, 'cinsn_t' x)
 
'cinsn_t &' push_back (self, *args)
 
None clear (self)
 
None pop_front (self)
 
None pop_back (self)
 
None splice (self, 'qlist< cinsn_t >::iterator' pos, 'cinsn_list_t' other, 'qlist< cinsn_t >::iterator' first, 'qlist< cinsn_t >::iterator' last)
 
'size_t' __len__ (self)
 
'cinsn_t const &' __getitem__ (self, 'size_t' i)
 
None __setitem__ (self, 'size_t' i, 'cinsn_t' v)
 
bool remove (self, 'cinsn_t' v)
 
 find (self, item)
 
 index (self, item)
 
 at (self, index)
 
'cinsn_list_t_iteratorbegin (self)
 
'cinsn_list_t_iteratorend (self)
 
'cinsn_list_t_iteratorinsert (self, *args)
 
None erase (self, 'cinsn_list_t_iterator' p)
 

Static Public Attributes

str catchs
 
str old_state
 
str new_state
 
str is_wind
 
- Static Public Attributes inherited from cinsn_list_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 

Properties

 thisown
 
- Properties inherited from cblock_t
 thisown
 
- Properties inherited from cinsn_list_t
 thisown
 

Additional Inherited Members

- Protected Member Functions inherited from cblock_t
None _deregister (self)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kwargs )

Reimplemented from cblock_t.

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'ctry_t' r )

Reimplemented from cblock_t.

◆ __ge__()

bool __ge__ ( self,
'ctry_t' r )

Reimplemented from cblock_t.

◆ __gt__()

bool __gt__ ( self,
'ctry_t' r )

Reimplemented from cblock_t.

◆ __le__()

bool __le__ ( self,
'ctry_t' r )

Reimplemented from cblock_t.

◆ __lt__()

bool __lt__ ( self,
'ctry_t' r )

Reimplemented from cblock_t.

◆ __ne__()

bool __ne__ ( self,
'ctry_t' r )

Reimplemented from cblock_t.

◆ compare()

int compare ( self,
'ctry_t' r )

Reimplemented from cblock_t.

Member Data Documentation

◆ catchs

str catchs
static
Initial value:
= property(_ida_hexrays.ctry_t_catchs_get,
_ida_hexrays.ctry_t_catchs_set)

◆ is_wind

str is_wind
static
Initial value:
= property(_ida_hexrays.ctry_t_is_wind_get,
_ida_hexrays.ctry_t_is_wind_set)

◆ new_state

str new_state
static
Initial value:
= property(_ida_hexrays.ctry_t_new_state_get,
_ida_hexrays.ctry_t_new_state_set)

◆ old_state

str old_state
static
Initial value:
= property(_ida_hexrays.ctry_t_old_state_get,
_ida_hexrays.ctry_t_old_state_set)

Property Documentation

◆ thisown

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

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