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

Proxy of C++ cblock_t class.

Inheritance diagram for cblock_t:
cinsn_list_t

Public Member Functions

"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
"bool" __lt__ (self, *args)
 lt(self, r) -> bool
 
"bool" __gt__ (self, *args)
 gt(self, r) -> bool
 
"bool" __le__ (self, *args)
 le(self, r) -> bool
 
"bool" __ge__ (self, *args)
 ge(self, r) -> bool
 
"int" compare (self, *args)
 compare(self, r) -> int
 
 __init__ (self, *args)
 init(self) -> cblock_t
 
- Public Member Functions inherited from cinsn_list_t
"void" swap (self, *args)
 swap(self, x)
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"size_t" size (self, *args)
 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, *args)
 push_front(self, x)
 
"cinsn_t &" push_back (self, *args)
 push_back(self, x)
 
"void" clear (self, *args)
 clear(self)
 
"void" pop_front (self, *args)
 pop_front(self)
 
"void" pop_back (self, *args)
 pop_back(self)
 
"size_t" __len__ (self, *args)
 len(self) -> size_t
 
"cinsn_t const &" __getitem__ (self, *args)
 getitem(self, i) -> cinsn_t
 
"void" __setitem__ (self, *args)
 setitem(self, i, v)
 
"bool" remove (self, *args)
 remove(self, v) -> bool
 
 find (self, item)
 
 index (self, item)
 
 at (self, index)
 
"cinsn_list_t_iterator" begin (self, *args)
 begin(self) -> cinsn_list_t_iterator
 
"cinsn_list_t_iterator" end (self, *args)
 end(self) -> cinsn_list_t_iterator
 
"cinsn_list_t_iterator" insert (self, *args)
 insert(self, i, v)
 
"void" erase (self, *args)
 erase(self, p)
 

Protected Member Functions

"void" _deregister (self, *args)
 _deregister(self)
 

Properties

 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

- Static Public Attributes inherited from cinsn_list_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Reimplemented from cinsn_list_t.

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
rcblock_t const &

Reimplemented from cinsn_list_t.

◆ __ge__()

"bool" __ge__ ( self,
* args )
Parameters
rcblock_t const &

◆ __gt__()

"bool" __gt__ ( self,
* args )
Parameters
rcblock_t const &

◆ __le__()

"bool" __le__ ( self,
* args )
Parameters
rcblock_t const &

◆ __lt__()

"bool" __lt__ ( self,
* args )
Parameters
rcblock_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
rcblock_t const &

Reimplemented from cinsn_list_t.

◆ _deregister()

"void" _deregister ( self,
* args )
protected

◆ compare()

"int" compare ( self,
* args )
Parameters
rcblock_t const &

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: