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

Proxy of C++ ccatch_t class.

Inheritance diagram for ccatch_t:
cblock_t cinsn_list_t

Public Member Functions

 __init__ (self, *args, **kwargs)
 init(self) -> cblock_t
 
"bool" __eq__ (self, "ccatch_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "ccatch_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "ccatch_t" r)
 lt(self, r) -> bool
 
"bool" __gt__ (self, "ccatch_t" r)
 gt(self, r) -> bool
 
"bool" __le__ (self, "ccatch_t" r)
 le(self, r) -> bool
 
"bool" __ge__ (self, "ccatch_t" r)
 ge(self, r) -> bool
 
"int" compare (self, "ccatch_t" r)
 compare(self, r) -> int
 
"bool" is_catch_all (self)
 is_catch_all(self) -> bool
 
"void" swap (self, "ccatch_t" r)
 swap(self, r)
 
- Public Member Functions inherited from cblock_t
- Public Member Functions inherited from cinsn_list_t
"bool" empty (self)
 empty(self) -> bool
 
"size_t" size (self)
 size(self) -> size_t
 
"cinsn_t const &" front (self, *args)
 front(self) -> cinsn_t
 
"cinsn_t const &" back (self, *args)
 back(self) -> cinsn_t
 
"qlist< cinsn_t >::const_reverse_iterator" rbegin (self, *args)
 rbegin(self) -> qlist< cinsn_t >::reverse_iterator rbegin(self) -> qlist< cinsn_t >::const_reverse_iterator
 
"qlist< cinsn_t >::const_reverse_iterator" rend (self, *args)
 rend(self) -> qlist< cinsn_t >::reverse_iterator rend(self) -> qlist< cinsn_t >::const_reverse_iterator
 
"void" push_front (self, "cinsn_t" x)
 push_front(self, x)
 
"cinsn_t &" push_back (self, *args)
 push_back(self, x)
 
"void" clear (self)
 clear(self)
 
"void" pop_front (self)
 pop_front(self)
 
"void" pop_back (self)
 pop_back(self)
 
"void" splice (self, "qlist< cinsn_t >::iterator" pos, "cinsn_list_t" other, "qlist< cinsn_t >::iterator" first, "qlist< cinsn_t >::iterator" last)
 splice(self, pos, other, first, last)
 
"size_t" __len__ (self)
 len(self) -> size_t
 
"cinsn_t const &" __getitem__ (self, "size_t" i)
 getitem(self, i) -> cinsn_t
 
"void" __setitem__ (self, "size_t" i, "cinsn_t" v)
 setitem(self, i, v)
 
"bool" remove (self, "cinsn_t" v)
 remove(self, v) -> bool
 
 find (self, item)
 
 index (self, item)
 
 at (self, index)
 
"cinsn_list_t_iterator" begin (self)
 begin(self) -> cinsn_list_t_iterator
 
"cinsn_list_t_iterator" end (self)
 end(self) -> cinsn_list_t_iterator
 
"cinsn_list_t_iterator" insert (self, *args)
 insert(self, i, v)
 
"void" erase (self, "cinsn_list_t_iterator" p)
 erase(self, p)
 

Static Public Attributes

str exprs = property(_ida_hexrays.ccatch_t_exprs_get, _ida_hexrays.ccatch_t_exprs_set, doc=)
 
- Static Public Attributes inherited from cinsn_list_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from cblock_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from cinsn_list_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Additional Inherited Members

- Protected Member Functions inherited from cblock_t
"void" _deregister (self)
 _deregister(self)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kwargs )

Reimplemented from cblock_t.

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"ccatch_t" r )
Parameters
rccatch_t const &

Reimplemented from cblock_t.

◆ __ge__()

"bool" __ge__ ( self,
"ccatch_t" r )
Parameters
rccatch_t const &

Reimplemented from cblock_t.

◆ __gt__()

"bool" __gt__ ( self,
"ccatch_t" r )
Parameters
rccatch_t const &

Reimplemented from cblock_t.

◆ __le__()

"bool" __le__ ( self,
"ccatch_t" r )
Parameters
rccatch_t const &

Reimplemented from cblock_t.

◆ __lt__()

"bool" __lt__ ( self,
"ccatch_t" r )
Parameters
rccatch_t const &

Reimplemented from cblock_t.

◆ __ne__()

"bool" __ne__ ( self,
"ccatch_t" r )
Parameters
rccatch_t const &

Reimplemented from cblock_t.

◆ compare()

"int" compare ( self,
"ccatch_t" r )
Parameters
rccatch_t const &

Reimplemented from cblock_t.

◆ is_catch_all()

"bool" is_catch_all ( self)

◆ swap()

"void" swap ( self,
"ccatch_t" r )
Parameters
rccatch_t &

Reimplemented from cinsn_list_t.

Member Data Documentation

◆ exprs

str exprs = property(_ida_hexrays.ccatch_t_exprs_get, _ida_hexrays.ccatch_t_exprs_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: