IDAPython 9.0
|
Public Member Functions | |
'history_item_t' | pop (self) |
'history_item_t &' | top (self, *args) |
None | push (self, 'history_item_t' v) |
__init__ (self) | |
![]() | |
'history_item_t &' | push_back (self, *args) |
None | pop_back (self) |
'size_t' | size (self) |
bool | empty (self) |
'history_item_t const &' | at (self, 'size_t' _idx) |
None | qclear (self) |
None | clear (self) |
None | resize (self, *args) |
None | grow (self, *args) |
'size_t' | capacity (self) |
None | reserve (self, 'size_t' cnt) |
None | truncate (self) |
None | swap (self, 'qvector_history_t' r) |
'history_item_t *' | extract (self) |
None | inject (self, 'history_item_t' s, 'size_t' len) |
bool | __eq__ (self, 'qvector_history_t' r) |
bool | __ne__ (self, 'qvector_history_t' r) |
'qvector< history_item_t >::const_iterator' | begin (self, *args) |
'qvector< history_item_t >::const_iterator' | end (self, *args) |
'qvector< history_item_t >::iterator' | insert (self, 'history_item_t' it, 'history_item_t' x) |
'qvector< history_item_t >::iterator' | erase (self, *args) |
'qvector< history_item_t >::const_iterator' | find (self, *args) |
bool | has (self, 'history_item_t' x) |
bool | add_unique (self, 'history_item_t' x) |
'size_t' | __len__ (self) |
'history_item_t const &' | __getitem__ (self, 'size_t' i) |
None | __setitem__ (self, 'size_t' i, 'history_item_t' v) |
None | append (self, 'history_item_t' x) |
None | extend (self, 'qvector_history_t' x) |
Properties | |
thisown | |
![]() | |
thisown | |
Additional Inherited Members | |
![]() | |
front = ida_idaapi._qvector_front | |
back = ida_idaapi._qvector_back | |
![]() | |
bool | _del (self, 'history_item_t' x) |
__init__ | ( | self | ) |
Reimplemented from qvector_history_t.
'history_item_t' pop | ( | self | ) |
None push | ( | self, | |
'history_item_t' | v ) |
'history_item_t &' top | ( | self, | |
* | args ) |
|
static |