Module ida_hexrays :: Class qlist_cinsn_t
[frames] | no frames]

Class qlist_cinsn_t

object --+
         |
        qlist_cinsn_t
Known Subclasses:

Proxy of C++ qlist< cinsn_t > class.

Instance Methods
bool
__eq__(self, x)
qlist_cinsn_t
__init__(self)
__init__(self, x) -> qlist_cinsn_t
bool
__ne__(self, x)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
cinsn_t
back(self)
back(self) -> cinsn_t
qlist_cinsn_t_iterator
begin(self)
 
clear(self)
bool
empty(self)
qlist_cinsn_t_iterator
end(self)
qlist< cinsn_t >::iterator
erase(self, p)
erase(self, p1, p2) erase(self, p)
cinsn_t
front(self)
front(self) -> cinsn_t
qlist< cinsn_t >::iterator
insert(self, p, x)
insert(self, p) -> qlist< cinsn_t >::iterator insert(self, p, x) -> qlist_cinsn_t_iterator
 
pop_back(self)
 
pop_front(self)
 
push_back(self, x)
push_back(self) -> cinsn_t
 
push_front(self, x)
qlist< cinsn_t >::reverse_iterator
rbegin(self)
rbegin(self) -> qlist< cinsn_t >::const_reverse_iterator
qlist< cinsn_t >::reverse_iterator
rend(self)
rend(self) -> qlist< cinsn_t >::const_reverse_iterator
size_t
size(self)
 
swap(self, x)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, x) -> qlist_cinsn_t

Returns: qlist_cinsn_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)